We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba8dbb commit c323abeCopy full SHA for c323abe
1 file changed
sample_files/local_settings.py
@@ -91,10 +91,10 @@
91
#EMAIL_PORT = 587
92
93
# To use Mailgun, uncomment this block.
94
-# You will need to run `pip install django-mailgun` to get `MailgunBackend`.
95
-#EMAIL_BACKEND = 'django_mailgun.MailgunBackend'
96
-#MAILGUN_ACCESS_KEY = '<your Mailgun access key>'
97
-#MAILGUN_SERVER_NAME = '<your Mailgun domain>'
+# You will need to run `pip install django-mailgun-mime` to get `MailgunBackend`.
+#EMAIL_BACKEND = 'django_mailgun_mime.backends.MailgunMIMEBackend'
+#MAILGUN_API_KEY = '<your Mailgun access key>'
+#MAILGUN_DOMAIN_NAME = '<your Mailgun domain>'
98
99
# You can also use SendGrid, with `pip install sendgrid-django`.
100
#EMAIL_BACKEND = 'sgbackend.SendGridBackend'
0 commit comments