You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GovCMS team made change to the scaffolded docker stack to attach the PHP container to the amazeeio network that Pygmy creates, this was done to resolve issues for some users where they could not test mail configuration from Drupal.
It appears on mac (or potentially some other docker configurations) that mailhog is listening on host.docker.internal instead of the internal IP (172.17.0.1 1025).
On mac, you can also add an environment variable to the php&cli containers that will auto-configure whilst we wait for #1073 to come in. SSMTP_MAILHUB: host.docker.internal:1025
The extra_hosts method will be useful in linux later as an alternative to the 172.17.0.1 default too.
I've been using the SSMTP_MAILHUB: host.docker.internal:1025 override in my docker-compose.yml since April 2023 (more than a year) and it works really well.
The GovCMS team made change to the scaffolded docker stack to attach the PHP container to the amazeeio network that Pygmy creates, this was done to resolve issues for some users where they could not test mail configuration from Drupal.
It appears on mac (or potentially some other docker configurations) that mailhog is listening on
host.docker.internal
instead of the internal IP (172.17.0.1 1025
).govCMS/scaffold#94
The text was updated successfully, but these errors were encountered: