Skip to content
Snippets Groups Projects
Commit 90997c84 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! Move the emailing into a celery task

parent a5b446d9
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,7 @@ SLACK_DESTINATION_URL = env.get('SLACK_DESTINATION_URL', None) ...@@ -359,7 +359,7 @@ SLACK_DESTINATION_URL = env.get('SLACK_DESTINATION_URL', None)
SLACK_DESTINATION_ROOM = env.get('SLACK_DESTINATION_ROOM', None) SLACK_DESTINATION_ROOM = env.get('SLACK_DESTINATION_ROOM', None)
# Eamil and Celery config # Email and Celery config
EMAIL_BACKEND = 'anymail.backends.mailgun.EmailBackend' EMAIL_BACKEND = 'anymail.backends.mailgun.EmailBackend'
if 'MAILGUN_API_KEY' in env: if 'MAILGUN_API_KEY' in env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment