Mail sender classes for different Apps/Platforms
Project description
mail-senders
| Version | |
| Project | |
| CI | |
| Code |
Mail sender classes for different Apps/Platforms
Table of Contents
Usage
For usage of the outlook sender, install with extra: mail-senders[win]
from mail_senders.mailjet import MailjetSender
from mail_senders.utils import get_html_body
html_body = get_html_body(...)
mjs = MailjetSender(mj_api_key, mj_api_secret, sender_addr, sender_name)
mjs.send_mail(recipient_addr, subject, html_body, attachment_pth, attachment_name)
License
mail-senders is distributed under the terms of the MIT license.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 mail_senders-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mail_senders-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
284f06b2f2cbf0508031dd1b96db337f8b18dafb34c84518bf8f24fac5c33984
|
|
| MD5 |
c64643ef0f88cddb13b249d9d278a6f0
|
|
| BLAKE2b-256 |
f10f82c97727737ca5fa6e8fab971463ae8d95543f4c7685e7793b9953d5624d
|