Mailhog is a utility that captures and displays emails sent by your application in the web browser. It is good to test & debug outgoing email content in development environment.
To use Mailhog, first of all, you’ll have to enable it using:
ee mailhog enable example.com
Then example.com/ee-admin/mailhog
If you get a prompted for authentication, please run following command to find credential.
ee auth list global
⚠️ Please remember to disable mailhog after you finish testing. Your sites email won’t be delivered to it’s intended recipient as long as mailhog is running.
ee mailhog disable example.com