added smtp support

This commit is contained in:
DigitalLumberjack
2016-03-05 10:34:44 +01:00
parent 5a4b9b1362
commit 69488bb4c4
3 changed files with 30 additions and 0 deletions

View File

@@ -7,3 +7,8 @@ Use the following ENV when running :
- MYSQL_PASSWORD : the mysql password
- MYSQL_HOST : the hostname of the linked database container
- WIKI_CONTEXT : the context of the website (ROOT for no context)
- ADMIN_EMAIL : the email of the administrator
- SMTP_HOST : smtp host to send email from
- SMTP_PROTOCOL : smtp protocol (tls, ssl, unsecure)
- SMTP_LOGIN : the smtp login (empty if no login needed)
- SMTP_PASSWORD : the smtp password (empty if no login needed)