https://github.com/alisharify7/py-smtper
🚀 Python smtp client for sending SMTP request, with connection pooling and fallback option.
https://github.com/alisharify7/py-smtper
mail py-mail py-smtp py-smtper python python-mail python-mailer smtp
Last synced: 8 months ago
JSON representation
🚀 Python smtp client for sending SMTP request, with connection pooling and fallback option.
- Host: GitHub
- URL: https://github.com/alisharify7/py-smtper
- Owner: alisharify7
- License: gpl-3.0
- Created: 2024-10-17T11:59:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T05:12:33.000Z (9 months ago)
- Last Synced: 2025-04-13T22:07:56.703Z (9 months ago)
- Topics: mail, py-mail, py-smtp, py-smtper, python, python-mail, python-mailer, smtp
- Language: Python
- Homepage: https://pypi.org/project/py-smtper/
- Size: 52.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
py-smtper
===============



[](https://pypi.python.org/pypi/py-smtper)
[](https://pypi.python.org/pypi/flask_captcha2)
🚀 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 py-smtper
📍 how to use
---
1.0 create an instance of MailManager class
---
```python
from py_smtper import MailManager
mail_manager = MailManager(host, port, user, pass, use_ssl, etc)
```
## 2.0 send emails
```python
mail_manager.send(service_name=, body=, subject=, receiver_email=)
mail_manager.send_bulk(subject=, body=, recipients=, service_name=)
```
## Star History
[](https://star-history.com/#alisharify7/py-smtper&Date)
# add change log