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.1.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for thundermail-2.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 208d5f92b47c9368a4d12b267b00a220667aed2da526856aeac40370e7d849ca |
|
MD5 | 7b57d42903a2c71b96ba868e7054a1f0 |
|
BLAKE2b-256 | 8918ba50c34ddce77dc1e0a757feed0219727387e95d3b9e496fd8f02007628e |