sendtestemail is used to test mails are working or not in Django django-admin sendtestemail [email [email ...]]¶ Sends a test email (to confirm email sending through Django is working) to the recipient(s) specified. For example: django-admin sendtestemail foo@example.com bar@example.com There are a couple of options, and you may use any combination of them together: --managers¶ Mails the email addresses specified in MANAGERS using mail_managers(). --admins¶ Mails the email addresses specified in ADMINS using mail_admins().
Read More