I'm on ubuntu 16.04. I have a (testing) docker (docker-compose) container running php 5.6 and apache 2.4.
On the production platform (without docker) the mail is sent with sendmail.
How to send test email on docker container (with sendmail)?
Thanks in advance for responses.