Sign-up Page:
25,000 Emails per month
Only things you DON'T get
Added Bonuses from our Partnership
$ pip install sendgrid
or
$ git clone git@github.com:sendgrid/sendgrid-python
$ cd sendgrid-python
$ python setup.py install
import sendgrid
message = sendgrid.Mail(
to='recipient@example.com',
subject='Example',
html='HTML Body',
text='Plaintext Body',
from_email='sender@example.com')
status, msg = sg.send(message)
Email-based Trello ToDo list
default-todo@todo.iandouglas.com