mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Docs: note SERVER_EMAIL setting default won't work with most ESPs
mail_admins, mail_managers, and similar Django error reporting generally won't work with the default SERVER_EMAIL setting root@localhost.
This commit is contained in:
@@ -100,6 +100,7 @@ or SparkPost or any other supported ESP where you see "mailgun":
|
||||
}
|
||||
EMAIL_BACKEND = "anymail.backends.mailgun.EmailBackend" # or sendgrid.EmailBackend, or...
|
||||
DEFAULT_FROM_EMAIL = "you@example.com" # if you don't already have this in settings
|
||||
SERVER_EMAIL = "your-server@example.com" # ditto (default from-email for Django errors)
|
||||
|
||||
|
||||
3. Now the regular `Django email functions <https://docs.djangoproject.com/en/stable/topics/email/>`_
|
||||
|
||||
Reference in New Issue
Block a user