sendgrid-python/sendgrid/helpers/mail at docker-setup-test · drorchen/sendgrid-python · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

This helper allows you to quickly and easily build a Mail object for sending email through SendGrid.

Quick Start

Run the example (make sure you have set your environment variable to include your SENDGRID_API_KEY).

cp examples/helpers/mail_settings.py .
python mail_settings.py

Usage