cachethq / Docker

A Dockerized version of Cachet.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
415 stars 280 forks source link

Setting up mail without authentication #301

Closed titansmc closed 6 years ago

titansmc commented 6 years ago

Hi, I cannot manage to set up mail without authentication, I have the following env variables in our docker-compose.yml

    environment:
      - MAIL_DRIVER=smtp
      - MAIL_HOST=smtp.example.com
      - MAIL_ADDRESS=status@example.com
      - MAIL_PORT=25

But it keeps asking me for username and password on the setup screen the first time I run it. Isn't i possible?

wfjsw commented 6 years ago

I think this question should go to core.

CC @CachetHQ/core

jbrooksuk commented 6 years ago

/move CachetHQ/Cachet

titansmc commented 6 years ago

Does it mean I have to do something?

wfjsw commented 6 years ago

@titansmc Close this issue and open a new one at CachetHQ/Cachet.