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
Release files for simple-ses-mailer 0.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple-ses-mailer-0.0.4.tar.gz | 6.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simple_ses_mailer-0.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.9 kB
Release files / simple-ses-mailer-0.0.4.tar.gz
| Download URL | simple-ses-mailer-0.0.4.tar.gz |
|---|---|
| Size | 6.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
686d01b29f0b20154d02fb72fb0a998643dc2252622cd6912480b0f63a26ef53
|
|
BLAKE2b-256 checksum How to use checksums |
f1cb320502360ad99624c791bf14de661904018870e6573bf81afbc2d1e595c0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.2
|
Release files / simple_ses_mailer-0.0.4-py3-none-any.whl
| Download URL | simple_ses_mailer-0.0.4-py3-none-any.whl |
|---|---|
| Size | 7.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
268ff58ef3909d5ff479ba3effcba00e38f01836b233440af32443fbd4460e24
|
|
BLAKE2b-256 checksum How to use checksums |
c8b9dce9670299f6c4f21483282f210667495c56e070ab1b61b9cb692e211790
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.2
|