Skip to content
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

Django AWS SES email sending implementation #1371

Open
jgournet opened this issue Jan 16, 2025 · 2 comments
Open

Django AWS SES email sending implementation #1371

jgournet opened this issue Jan 16, 2025 · 2 comments
Labels
question Further information is requested

Comments

@jgournet
Copy link

jgournet commented Jan 16, 2025

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/

@jgournet jgournet added the question Further information is requested label Jan 16, 2025
@ab-smith
Copy link
Contributor

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?

@jgournet
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants