-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to integrate it with Amazon SES #74
Comments
Any updates on it? |
+1 |
You need to add the following to settings.py
Please note that |
You don't need to use EMAIL_BACKEND = 'djcelery_email.backends.CeleryEmailBackend' |
The question is self-explanatory! I've integrated django-celery-email. Now I want to send an email using Amazon SES, to be specific using https://github.com/django-ses/django-ses/ . How can I do that?
The text was updated successfully, but these errors were encountered: