Skip to main content

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


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)

Uploaded Source

Built Distribution

py_smtper-1.0.0-py3-none-any.whl (16.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page