Skip to main content

Maildev Email Access

MailDev is a simple way to test your project's generated email during development, with an easy to use web interface that runs on your machine. It can be handy for the developers to preview email, inspect headers, and verify the source of the outgoing emails.

We've a Maildev SMTP service integrated within the docker-compose.yml file

Maildev Access URL

http://localhost:8080/

Configuration

  1. Open Admin Panel
  2. Navigate to Settings > Website Settings > Email
  3. You should now see the Email Settings Page
  4. Locate the checkbox Requires SMTP Authentication and enable it
  5. Save your settings & that's it