python client library for sending smtp request (emails) easily.
Project description
py-smtper
🚀 py-smtper is a Python SMTP client for sending SMTP requests, with connection pooling and fallback option.
Py-Smtper is a python client package that help you send smtp request (emails) easily.
🔨 How to install
pip install p-smtper
📍 how to use
1.0 create an instance of MailManager class
from py_smtper import MailManager
mail_manager = MailManager(host, port, user, pass, use_ssl, etc)
2.0 send emails
mail_manager.send(service_name=, body=, subject=, receiver_email=)
mail_manager.send_bulk(subject=, body=, recipients=, service_name=)
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
py_smtper-1.0.0.tar.gz
(16.0 kB
view hashes)
Built Distribution
py_smtper-1.0.0-py3-none-any.whl
(16.7 kB
view hashes)
Close
Hashes for py_smtper-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c3115f0bb1a4e6bc3249dc67642b08034a41426e35d26d0fdc265266184cd66 |
|
MD5 | 46ba84dad2fa71ad495c2f26708e0044 |
|
BLAKE2b-256 | a6c12ede0d181eedac7343a9e9e5b1366d08514835a9d5c8c5ba76789ece6e2f |