No project description provided
Project description
simple-ses-mailer
Simple Python mailer for AWS SES
Installation
pip install simple-ses-mailer
Example Usage
from simple_ses_mailer.mailers import SesEmailMessage
msg = SesEmailMessage(
subject='Test Subject',
body_html='<span>Test Body</span>',
mail_from='d@verbin.dev',
mail_to=['test@example.com']
)
msg.send()
More informative readme will be pushed later
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
Built Distribution
File details
Details for the file simple-ses-mailer-0.0.4.tar.gz
.
File metadata
- Download URL: simple-ses-mailer-0.0.4.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 686d01b29f0b20154d02fb72fb0a998643dc2252622cd6912480b0f63a26ef53 |
|
MD5 | 172101e5e694221bfba040e9be2d2aea |
|
BLAKE2b-256 | f1cb320502360ad99624c791bf14de661904018870e6573bf81afbc2d1e595c0 |
File details
Details for the file simple_ses_mailer-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: simple_ses_mailer-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 268ff58ef3909d5ff479ba3effcba00e38f01836b233440af32443fbd4460e24 |
|
MD5 | d365e1281e47b463820fa2b3ef47884c |
|
BLAKE2b-256 | c8b9dce9670299f6c4f21483282f210667495c56e070ab1b61b9cb692e211790 |