You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a version is not written to the database, short and long format emails are repeatedly sent to emails for that alert level.
Failure point:
In the logging, the last available message is always "Sending pdf addresses..."
If it completed without failure it should say "Done." after that.
This means that it is failing between lines 316 and 329.
The attachment along with the special characters in the message may be causing a failure that is captured by try/except in EmailSender, but isn't logged?