summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorSebastian Rakel <sebastian@devunit.eu>2018-08-29 10:00:54 +0200
committerSebastian Rakel <sebastian@devunit.eu>2018-08-29 13:04:34 +0200
commitece8a5d7e499f99c2171edbcf5e4dde455541912 (patch)
tree8c676dbf5d6fc029a068f2a6b7124e53b80dea55 /docker/README.md
parenteba4933c6d529ec76048d21af8218be90fd6505b (diff)
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
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md5
1 files changed, 5 insertions, 0 deletions
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**