From ece8a5d7e499f99c2171edbcf5e4dde455541912 Mon Sep 17 00:00:00 2001 From: Sebastian Rakel Date: Wed, 29 Aug 2018 10:00:54 +0200 Subject: Use msmtp to send mail in docker container To send mails in the docker container we need to configure php to use a smtp client and provide smtp credentials to the docker container --- docker/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docker/README.md') diff --git a/docker/README.md b/docker/README.md index 32a812cda..775afa1de 100644 --- a/docker/README.md +++ b/docker/README.md @@ -23,6 +23,11 @@ The PHP webserver is listening on ```8080``` - **FB_CONTACT_NAME:** Contact Name - **FB_CONTACT_MAIL:** Contact E-Mail (will be used as email for the first user) +- **FB_SMTP_HOST:** Address of the SMTP Server +- **FB_SMTP_PORT:** Port for SMTP Server (default 587) +- **FB_SMTP_USER:** Username for SMTP Server (will also be used as mail from) +- **FB_SMTP_PASSWORD:** Password for the SMTP Server Useraccount + ## First User The first user is **admin** with the password **admin** -- cgit v1.2.3-24-g4f1b