An open API service indexing awesome lists of open source software.

https://github.com/cipherswami/pysmtp

Python based Simple Mail Transfer Protocol.
https://github.com/cipherswami/pysmtp

Last synced: about 1 year ago
JSON representation

Python based Simple Mail Transfer Protocol.

Awesome Lists containing this project

README

          

# pySMTP
Python based SMTP mailing client.

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

# Author
#### Aravind Potluri \