How to test email sending? - genotoul-bioinfo/dgenies GitHub Wiki

Some tools allows to simulate a smtp server. For example, you can use following docker images:

With fake-smtp-server, you can use the following command to start a smtp server, and then connect to http://localhost:5080 to check sent emails:

docker run --rm -p 25:5025 -p 5080:5080 gessnerfl/fake-smtp-server