Local SMTP Server

Tip submitted by @pascalgrimaud

Warning! This tip depends on another project which is not supported directly by JHipster.

The project djfarrelly/maildev is a simple way to test your project’s generated emails during development with an easy to use web interface.

To start locally the SMTP server with Docker:

docker container run -d -p 1080:80 -p 25:25 djfarrelly/maildev