Skip to content

An example codebase to help demonstrate how Mailhog can be used in development as fake SMTP provider that captures your sent emails.

License

Notifications You must be signed in to change notification settings

programster/tutorial-mailhog-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MailHog Demo

This is a really basic codebase to demonstrate how Mailhog can be used in development to capture your emails and view them. No need to actually hook up a real SMTP provider.

Usage

Build the emailer Docker image with:

docker-compose build

Once that has been built, run with:

docker-compose up

Once the container have been deployed mailhog will be available to view in your browser at http://localhost:8025/, and a test email will be sent to it every 3 seconds by the emailer container that you built.

About

An example codebase to help demonstrate how Mailhog can be used in development as fake SMTP provider that captures your sent emails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published