Hello, i’m using version 5.3.2-1-ce-non-root, and set in my docker environment:
EMAIL_DEFAULT_FROM_NAME=vault@mydomain.com.br
EMAIL_DEFAULT_FROM=vault@mydomain.com.br
EMAIL_TRANSPORT_DEFAULT_HOST=mail.mydomain.com.br
EMAIL_TRANSPORT_DEFAULT_PORT=25
EMAIL_TRANSPORT_DEFAULT_USERNAME=
EMAIL_TRANSPORT_DEFAULT_PASSWORD=
EMAIL_TRANSPORT_DEFAULT_TLS=false
EMAIL_TRANSPORT_DEFAULT_CLIENT=mail.mydomain.com.br
EMAIL_DEFAULT_TRANSPORT=default
DB and passbolt containers are up and i’m able to creat first admin user:
”docker compose -f docker-compose.yml exec passbolt ./bin/cake passbolt register_user
-u victor@mydomain.com.br
-f Victor
-l Hugo
-r admin”
Container returned the link to finished the registration, but i didn’t receive the email.
All new access from another browser i shows the message “Check your mailbox!” “We sent you a link to verify your email.
Check your spam folder if you do not hear from us after a while.”
But i didn’t receive nothing, already check the anti spam
After that i tried in GUI “Send test email” in server settings and work! But i still did not receiving messages for new connection.
So i tried to save again settings in GUI and now e-mails for new connections are working!
But the settings doesn’t respect my environment in docker-compose file. Where are this settings saved? How do modify them?
If i want to use only the docker environment how to make this work?