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