SDK for Mail.ru Sendbox rest api / re-uploaded by lamart
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
File details
Details for the file lamart_sendbox_sdk-0.1.1.tar.gz.
File metadata
- Download URL: lamart_sendbox_sdk-0.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2109455e69ce062fc41530e1b11246e7438848a3a89e3f2da937222756529f4e
|
|
| MD5 |
43931b1e39005b31dcaea20741e9a432
|
|
| BLAKE2b-256 |
5a4a2a86450e04403aba83b71efd819b02cd28d41928787e05a624655a6cd873
|