An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

py-smtper
===============

Donate/Support [Optional]

GitHub repo size GitHub contributors GitHub repo Licence

![PyPI Downloads](https://static.pepy.tech/badge/py-smtper)
![PyPI Downloads](https://static.pepy.tech/badge/py-smtper/month)
[![Latest version](https://img.shields.io/pypi/v/py-smtper)](https://pypi.python.org/pypi/py-smtper)
[![Supported python versions](https://img.shields.io/pypi/pyversions/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

[![Star History Chart](https://api.star-history.com/svg?repos=alisharify7/py-smtper&type=Date)](https://star-history.com/#alisharify7/py-smtper&Date)

# add change log