Zocoi Vietnamese /ʒoʊ kɔɪ/: (informal) Let's watch/read together

Fake SMTP server from your laptop

WHY?

Because no developer and manager wants to send emails to real customers during testing and development stage.

HOW?

python -m smtpd -n -c DebuggingServer localhost:1025

Bonus: serve a directory as a website with an one-liner:

python -m SimpleHTTPServer <port>