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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file thundermail-2.1.1.tar.gz.
File metadata
- Download URL: thundermail-2.1.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e92f30fc51288ea267238d017ddffb74633c4aa8a8150e61771a5d6e125154a
|
|
| MD5 |
cbc37db20656adc71482a15217f92a82
|
|
| BLAKE2b-256 |
3a935c7beef8831804141e049574ae6736f5e479a5ec52b42a4f332896bd13af
|
File details
Details for the file thundermail-2.1.1-py3-none-any.whl.
File metadata
- Download URL: thundermail-2.1.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
208d5f92b47c9368a4d12b267b00a220667aed2da526856aeac40370e7d849ca
|
|
| MD5 |
7b57d42903a2c71b96ba868e7054a1f0
|
|
| BLAKE2b-256 |
8918ba50c34ddce77dc1e0a757feed0219727387e95d3b9e496fd8f02007628e
|