-
Notifications
You must be signed in to change notification settings - Fork 72
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
Amazon SES Python API #22
Comments
Hi, It's a good idea to integrate it, I will take a look on it, I see what can be done. Regards, |
Ok I have looked into the module, it's very interessting. My idea for implementing Amazon SES, is to write a new django command management in the package, using a subclass of the Mailer object. What do you think about this idea ? |
Thanks for the fast feedback, I think it's a great idea connecting it to the Mailer object, good also to be used in perspective for general purpose inside Django ; ) I'm going to take a look at Django Mailer as well. Regards |
Simple solution till real one is made is to use SMTP relay - our simple implementation can be found in https://github.com/fragaria/fragapy/tree/master/fragapy/amazon. |
It's a good idea. Perl rox ! :) |
Yes, we are already using it in production with your newsletter app gracefully ;) |
Amazon has SMTP interface to their SES service. I have managed making the newsletter to work with it. |
Hello, first compliments for your projects : )
I'm writing to suggest a possible feature request, I think it would be quite interesting adding Amazon SES (Simple Email Service) capabilities integrating this python API:
https://github.com/pankratiev/python-amazon-ses-api
I would try, to a certain degree, to do it by myself but I'm quite new with Django and I think I
would need some guidance...
Cheers
Fabio
The text was updated successfully, but these errors were encountered: