forked from GithubBackups/healthchecks
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.