Mercurial > hg > ltpdarepo
comparison 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 |
comparison
equal
deleted
inserted
replaced
258:773d9567dcb2 | 259:d8b0a06cb763 |
---|---|
8 DATABASE = 'ltpda' | 8 DATABASE = 'ltpda' |
9 | 9 |
10 # mailserver | 10 # mailserver |
11 MAIL_SMTP_SERVER = 'localhost' | 11 MAIL_SMTP_SERVER = 'localhost' |
12 MAIL_SMTP_PORT = 25 | 12 MAIL_SMTP_PORT = 25 |
13 MAIL_SMTP_USETLS = False | 13 MAIL_SMTP_STARTTLS = False |
14 MAIL_SMTP_SSL = False | |
14 MAIL_SMTP_USERNAME = '' | 15 MAIL_SMTP_USERNAME = '' |
15 MAIL_SMTP_PASSWORD = '' | 16 MAIL_SMTP_PASSWORD = '' |
16 | 17 |
17 # administrator email | 18 # administrator email |
18 ADMIN_EMAIL_ADDR = '' | 19 ADMIN_EMAIL_ADDR = '' |