5👍
✅
The docs have an entire section on testing emails.
self.assertEqual(mail.outbox[0].subject, 'Email with link')
Source:stackexchange.com
5👍
The docs have an entire section on testing emails.
self.assertEqual(mail.outbox[0].subject, 'Email with link')