diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 6c694024d..794b0780b 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -180,7 +180,8 @@ TWITTER_KEY: '' TWITTER_SECRET: '' # If you wish to send email through a SMTP server elsewhere, change these -# variables. SMTP_TYPE should be one of '', 'ssl' or 'tls'. +# variables. SMTP_TYPE should be one of '', 'ssl' or 'tls'. SMTP_PORT will +# default to 587 (tls), 465 (ssl), or 25. SMTP_SMARTHOST: 'localhost' SMTP_TYPE: '' SMTP_PORT: '' |