mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 23:15:49 +03:00
[PR #930] [MERGED] Fix crash when email host not configured #1042
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#1042
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/healthchecks/healthchecks/pull/930
Author: @marlenekoh
Created: 12/16/2023
Status: ✅ Merged
Merged: 12/18/2023
Merged by: @cuu508
Base:
master← Head:920-fix-crash-when-email-host-not-configured📝 Commits (4)
694f797Log exception when email host not configured instead of raising assertion errord4ef790Fix testsbe632efReset to master1a1ca89Check email host before sending email for project invites📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
hc/accounts/models.py(+3 -2)📄 Description
closes #920
Log an error instead of raising AssertionError when EMAIL_HOST is blank.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.