| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This module helps build SendGrid's SMTP API headers.
Learn more about the SMTP API at SendGrid documentation.
All the updates to this module are documented in our CHANGELOG.
pip install smtpapiUpdate the development environment with your SENDGRID_API_KEY, for example:
cp .env_sample .envIn .env set SENDGRID_API_KEY to your own API key.
You can add your environment variables to your environment by sourcing the file:
source .envfrom smtpapi import SMTPAPIHeader
header = SMTPAPIHeader()
header.add_to('email@email.com')
print(header.json_string())We encourage contribution to our projects, please see our CONTRIBUTING guide for more details.
Quick links:
The simplest local development workflow is by using Docker.
Steps:
smtpapi-python is maintained and funded by Twilio SendGrid, Inc. The names and logos for smtpapi-python are trademarks of Twilio SendGrid, Inc.
| Back | FazBrowse Home | New Git URL |