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

Amazon SES Python API #22

Open
fabiop opened this issue Feb 11, 2011 · 8 comments
Open

Amazon SES Python API #22

fabiop opened this issue Feb 11, 2011 · 8 comments

Comments

@fabiop
Copy link

fabiop commented Feb 11, 2011

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

@Fantomas42
Copy link
Contributor

Hi,
thank you for your support.

It's a good idea to integrate it, I will take a look on it, I see what can be done.

Regards,

@Fantomas42
Copy link
Contributor

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 ?

@fabiop
Copy link
Author

fabiop commented Feb 12, 2011

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

@xaralis
Copy link

xaralis commented Nov 8, 2011

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.

@xaralis
Copy link

xaralis commented Nov 8, 2011

@Fantomas42
Copy link
Contributor

It's a good idea.

Perl rox ! :)

@xaralis
Copy link

xaralis commented Nov 9, 2011

Yes, we are already using it in production with your newsletter app gracefully ;)

@YuChem
Copy link

YuChem commented Feb 21, 2012

Amazon has SMTP interface to their SES service. I have managed making the newsletter to work with it.
Will there be interest in this fixes to be merged to the main branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants