Skip to main content

Thundermail Python SDK

Project description

Thundermail Python SDK

A Python package for the Thunder Mail API.

Install

pip install thundermail

Setup

First, you need to get an API key, which is available in the Thunder Mail Dashboard.

from thundermail import ThunderMail;
thundermail = Thundermail('tim_12345678');

Usage

Send your first email:

email_data = {
    'from' = 'you@example.com',
    'to' = 'user@google.com',
    'subject' = 'hello world',
    'html' = '<strong>it works!</strong>'
}
response = thundermail.send(**email_data)

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thundermail-2.1.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

thundermail-2.1.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page