SDK for Mail.ru Sendbox rest api
Project description
SDK for Mail.ru Sendbox rest api
Usage
from sendbox_sdk.api import SendBoxApi
sendbox_api = SendBoxApi("sendbox_account_id", "sendbox_account_secret")
sendbox_api.send_templated_email(
context={
'template_parameter1': 'test',
'template_parameter2': 'test',
},
from_email='test@example.come',
from_name="Example",
to_email='user@example.com',
to_name="Username",
subject="Subject"
)
Installation
Requirements
requests
Compatibility
Licence
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sendbox_sdk-0.1.1.tar.gz
(4.3 kB
view details)
File details
Details for the file sendbox_sdk-0.1.1.tar.gz.
File metadata
- Download URL: sendbox_sdk-0.1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a6fe8a4cc3248e116eba3331d56510331a56b2ac94e1c1618b3833d3a0bf102
|
|
| MD5 |
f532c970e10d7ce5f239421c30e875c0
|
|
| BLAKE2b-256 |
f7144747e2c37ed4ce4ffa29ba91520883ad0ab79f71bd493cce1067d17c5c94
|