adamalston / SMTP

SMTP client and server implemented using socket programming in Python. 📧

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMTP

Start the server:

python3 Server.py port_number

Start the client:

python3 Client.py hostname port_number

About

SMTP client and server implemented using socket programming in Python. 📧

License:MIT License


Languages

Language:Python 100.0%