Skip to content

Instantly share code, notes, and snippets.

@emilioSp
Last active May 6, 2020 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilioSp/9c19ce032a1220cd7a8d60ccdf2ec90e to your computer and use it in GitHub Desktop.
Save emilioSp/9c19ce032a1220cd7a8d60ccdf2ec90e to your computer and use it in GitHub Desktop.
Mail catcher
docker run --rm --detach -p 1025:1025 -p 1080:1080 --name mailcatcher schickling/mailcatcher
ui: http://localhost:1080/
SMTP='{"host": "host.docker.internal","port": 1025,"secure": false,"connectionTimeout": 10000,"tls": {"rejectUnauthorized": false}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment