Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

py-smtper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

py-smtper

python client library for sending smtp request (emails) easily.

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc