Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 388 Bytes

File metadata and controls

8 lines (5 loc) · 388 Bytes

fake-smtp

A handy little nodejs script for faking an smtp server for testing purposes.

It receives emails, timestamps them and saves them to the working directory as .eml files.

Defaults to opening port 456 for no particular reason, if you want it to listen on a different port, you need to alter the code.

This could probably have been a github gist instead, but ¯\_(ツ)_/¯