-
In However, if the project configuration does not configure an email backend, then this function can't connect and raises
In my opinion, such a network issue shall be logged but not cause an internal server error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
And, if no email backend is configured, it should not even try? (I.e. logs are not bloated with failed notifications if none are configured). |
Beta Was this translation helpful? Give feedback.
-
In projects settings, set |
Beta Was this translation helpful? Give feedback.
In projects settings, set
EMAIL_NOTIFICATIONS_FAIL_SILENTLY = True
to prevent this.