Local mail server

Need to read emails generated by an application?

No problem you can use the following command for that:

If there is no need for reading email contents you can execute command below with & at the end.

sudo python3 -m smtpd -n -c DebuggingServer 0.0.0.0:25

After that you just have to point application mailserver location to your computer IP in configuration files.

Last updated