/SMTP

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

Primary LanguagePythonMIT LicenseMIT

SMTP

Start the server:

python3 Server.py port_number

Start the client:

python3 Client.py hostname port_number