We currently have tests to ensure that a new email is being inserted into django.core.mail.outbox, but there aren't any tests to guarantee that Django is actually reaching out to the SMTP server specified by EMAIL_HOST, logging in, and sending a new email.
We currently have tests to ensure that a new email is being inserted into
django.core.mail.outbox, but there aren't any tests to guarantee that Django is actually reaching out to the SMTP server specified byEMAIL_HOST, logging in, and sending a new email.