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.
- Host: GitHub
- URL: https://github.com/cipherswami/pysmtp
- Owner: cipherswami
- License: mit
- Created: 2023-09-03T09:59:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T21:23:37.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T08:11:14.513Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 \