python-mail

There are 4 repositories under python-mail topic.

  • alisharify7/py-smtper

    🚀 Python smtp client for sending SMTP request, with connection pooling and fallback option.

    Language:Python5101
  • codeterrayt/PythonMailWithAttachments

    This PythonMailWithAttachments project allows you to send emails with attachments using Python. It uses the smtplib library to establish an SMTP connection and the email library to create and format the email message. This script is particularly useful for sending automated emails with attachments.

    Language:Python4202
  • codeterrayt/sendmailusingpython

    The Send Mail Using Python project enables you to send emails using a Python script. It uses the smtplib library for establishing an SMTP connection and the email library for creating and formatting email messages.

    Language:Python110
  • VaibhavMojidra/Mail-Sender-Or-Sending-Email-Using-Python

    Sending emails using Python can be accomplished with the built-in smtplib library. And tkinter for interface.

    Language:Python00