Closed khozzy closed 3 months ago
hmmm... yah... i guess some process has to be added to detect any configuration change, and run cache:clear automatically... but cache:clear don't remove the cached localhost:25?
Surprisingly not. My shot is that it is recreated from the docroot/
, which is created before reading overwritten config (but I'm not a PHP dev)
hummm.. neither me... i just followed their official dockerfile, and made some changes+updates... not sure how may i help you :(
Nvm, I recreated the whole updated stack, and it seems to be working now. Thanks
Despite setting the
MAUTIC_MAILER_DSN
invalues.yaml
file, themailer_dsn
is still invalid in some files.Reproduction:
I'm setting the secrets like:
To start the container correctly, I figured out that the following commands are needed to pass health-check probes.
The
mailer_dsn
is set correctly in theconfig/local.php
file. However, when I try to send an email from an app, I see errors in the logs, related to using invalid SMTP connection details.I guess the file in
docroot/
directory is causing troubles. Should I rebuild the app somehow based on theconfig/local.php
? Sending test mail in Mautic's "E-mail Preferences" works fine.