mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Start of the mail backend for djrill.
This commit is contained in:
@@ -24,6 +24,9 @@ DATABASES = {
|
||||
MANDRILL_API_KEY = None
|
||||
MANDRILL_API_URL = "http://mandrillapp.com/api/1.0/"
|
||||
|
||||
#EMAIL BACKEND
|
||||
EMAIL_BACKEND = "djrill.mail.backends.djrill.DjrillBackend"
|
||||
|
||||
|
||||
# Local time zone for this installation. Choices can be found here:
|
||||
# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
|
||||
|
||||
Reference in New Issue
Block a user