You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem statement
Currently, the email feature is done by good old SMTP setting, to use Django send_email feature.
in AWS world, this means setting up a IAM USER from SES, which AWS frowns upon.
Hello @jgournet
Good proposal indeed but do you know if it has a support for /fallback to SMTP, for customers without a transactional api-based mailer?
Hello @jgournet Good proposal indeed but do you know if it has a support for /fallback to SMTP, for customers without a transactional api-based mailer?
I'll be honest: no, I don't know - but the project description hints that it does:
It extends the standard django.core.mail with many common ESP-added features
Problem statement
Currently, the email feature is done by good old SMTP setting, to use Django send_email feature.
in AWS world, this means setting up a IAM USER from SES, which AWS frowns upon.
New Feature request
Implement the usage of Django SES module in CISO (with IAM Role usage)
like: https://pypi.org/project/django-anymail/
The text was updated successfully, but these errors were encountered: