MailDev for Docker local (for testing Send Mail steps)

Hello,

I’m using MailDev on Docker local for testing Send Mail steps. I added this to docker-compose.yml:

  maildev:
    image: 'maildev/maildev'
    ports:
      - '1080:1080'

And then I use Setup Mailer to setup with following options:

SMTP
host: maildev
port: 1025

And then I can test receiving e-mails. Web interface is on http://localhost:1080

Community Page
Last updated: