DEV Community

Discussion on: Who's looking for open source contributors? (September 4 edition)

Collapse
 
ppshobi profile image
Shobi • Edited

I have created a package for Django to send emails via Amazon SES,

github.com/ppshobi/django-ses

What is this package about

Every web application needs to send an email at some point, may it be verification, password resets, updates etc..., Django by default supports SMTP protocol, simply specify SMTP credentials and you are ready to go. But when you use Amazon Services such as SES the preferred way is to access it via its API.

So Here it is guys. Simply install it, give the SES credentials, and start sending Emails. Moreover if your application is hosted in AWS first ~60000 emails are free every month

Tech Stack

  • Python 3 .. Thats it!