Pēteris Caune d5502c50ca
Add retries to the the email sending logic
When sending email using Django's default email
backend (SMTP), and if there is a network issue, the backend
can throw SMTPServerDisconnected.

This commit adds a retry logic which retries sending the
email two times when SMTPServerDisconnected is thrown.
2020-10-30 14:18:38 +02:00
..
2015-06-11 22:12:09 +03:00
2019-05-15 14:27:50 +03:00
2015-06-11 22:12:09 +03:00