Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 250 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 250 Bytes

poor-mans-sendmail

Just a tiny implementation to test mail servers.

Usage

Run ./sendmail for a short description

Hints

Consider using the following command to set-up an smtpd your own.

python -m smtpd -n -d -c DebuggingServer 0.0.0.0:25