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 details)
Built Distribution
py_smtper-1.0.0-py3-none-any.whl
(16.7 kB
view details)
File details
Details for the file py_smtper-1.0.0.tar.gz
.
File metadata
- Download URL: py_smtper-1.0.0.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee5aa32ef96f4766543c22a85786249859a7c36053a9067c2dac35558611d74f |
|
MD5 | cf9ad9f83f2676977dac5f22e68b8af5 |
|
BLAKE2b-256 | 836fb9bdee08bc0830e9f528580baf258001933e47e603781067b367ea6df0c7 |
Provenance
File details
Details for the file py_smtper-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: py_smtper-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c3115f0bb1a4e6bc3249dc67642b08034a41426e35d26d0fdc265266184cd66 |
|
MD5 | 46ba84dad2fa71ad495c2f26708e0044 |
|
BLAKE2b-256 | a6c12ede0d181eedac7343a9e9e5b1366d08514835a9d5c8c5ba76789ece6e2f |