/pySMTP

Python based Simple Mail Transfer Protocol.

Primary LanguagePythonMIT LicenseMIT

pySMTP

Python based SMTP mailing client.

Usage

  1. Run the mail client file in python:
    $ python3 mailCLient.py or
    $ python mailClient.py
  2. Enter the sender's email (Full email ID).
  3. Enter the password (for security reasons it won't be visible).
  4. Enter the receiver's email.
  5. Rest are all optional.
  6. Happy mailing!

Author

Aravind Potluri <aravindswami135@gmail.com>