Mercurial > hg > ltpdarepo
diff etc/ltpdarepo.ex @ 259:d8b0a06cb763
Implement SMTPS mail delivery.
For clarity the confibguration parameter MAIL_SMTP_USETLS has been
renamed to MAIL_SMTP_STARTTLS and a new parameter MAIL_SMTP_SSL has
been added to enable SMTPS.
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Mon, 29 Sep 2014 15:08:23 +0200 |
parents | fd572809cb18 |
children |
line wrap: on
line diff
--- a/etc/ltpdarepo.ex Mon Sep 29 13:52:20 2014 +0200 +++ b/etc/ltpdarepo.ex Mon Sep 29 15:08:23 2014 +0200 @@ -10,7 +10,8 @@ # mailserver MAIL_SMTP_SERVER = 'localhost' MAIL_SMTP_PORT = 25 -MAIL_SMTP_USETLS = False +MAIL_SMTP_STARTTLS = False +MAIL_SMTP_SSL = False MAIL_SMTP_USERNAME = '' MAIL_SMTP_PASSWORD = ''