Add STARTTLS flag to SMTP config

This commit is contained in:
Tankred Hase
2016-06-02 13:00:22 +02:00
parent 1c6696e7a4
commit e98bd1b431
6 changed files with 15 additions and 11 deletions

View File

@@ -223,6 +223,7 @@ The `credentials.json` file can be used to configure a local development install
* SMTP_HOST=127.0.0.1
* SMTP_PORT=465
* SMTP_TLS=true
* SMTP_STARTTLS=true
* SMTP_USER=smtp_user
* SMTP_PASS=smtp_pass
* SENDER_NAME="OpenPGP Key Server"