amschaal / django-ezreg

4 stars 3 forks source link

Email exception handling #140

Open amschaal opened 5 years ago

amschaal commented 5 years ago

Ensure that some level of feedback is available if an email fails. Not sure if SMTPExceptions are being raised or caught properly.

This may involve removing the django-mail-queue application to have more control.