maildev / maildev

:mailbox: SMTP Server + Web Interface for viewing and testing emails during development.

Home Page:https://maildev.github.io/maildev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incoming auth allows empty password

JakobStadlhuber opened this issue · comments

I have incoming auth enabled:

      - MAILDEV_INCOMING_USER=test@test.com
      - MAILDEV_INCOMING_PASS=test

it also works with this credentials but if my application connects to the fake SMTP server with an empty password it is also possible. I would like to only be able to connect with the specified password because maildev should also be available online.