I'm on ubuntu 16.04. I have a (testing) docker (docker-compose) container running php 5.6 and apache 2.4.
With production plateform (without docker) the mail is send with sendmail.
How to send test email on docker container (with sendmail) ?
Thanks in advance for responses.
It works.
In Dockerfile :
For testing inside php sendmail container :
I succeed with the help of this two documents :