delta / mailer

Command line mail utility
MIT License
1 stars 5 forks source link

Add support for popular email services #15

Open vigneshmanix opened 8 years ago

vigneshmanix commented 8 years ago

Add support for Amazon Simple Email Service, Mandrill, Mailgun and other such email services.

I feel this is necessary because some productions servers restrict SMTP connections and allow connections to only 80 and 443. So we must use HTTP REST APIs directly or their official python libraries.

Amazon SES REST API Amazon Python Library

Mandrill REST API Mandrill Python Library

Mailgun REST API

thakkarparth007 commented 8 years ago

Will start working on it! Thanks for pointing it out. I was unaware of SMTP being blocked.