Skip to content

alisharify7/py-smtper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

py-smtper

Donate/Support [Optional]

GitHub repo size GitHub contributors GitHub repo Licence

PyPI Downloads PyPI Downloads Latest version Supported python versions

πŸš€ 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

    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=)

Star History

Star History Chart

add change log

About

πŸš€ Python smtp client for sending SMTP request, with connection pooling and fallback option.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages