Closed todeveni closed 5 years ago
Hi @todeveni
I shortly checked that and it seems to work without any issues. Note you'll need to connect via the IP internally
[drupal-example]cli-drupal:/app$ telnet 172.17.0.1 1025
220 mailhog.example ESMTP MailHog
With
cachalot
I was able to send mail from PHP application/container to Mailhog by using ssmtp configmailhub=mailhog.docker.amazee.io:1025
. Outgoing mail was routed to Mailhog perfectly.Upgrading to
pygmy
this doesn't work anymore. Apparently the 1025 port isn't forwarded/linked to Mailhog anymore.Trying with telnet from PHP container:
Am I doing something wrong or is this a bug?