File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.83 $
5+ :Version: $Revision: 1.84 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -88,6 +88,23 @@ The configuration variables available are:
8888**MAILHOST** - ``'localhost'``
8989 The SMTP mail host that roundup will use to send e-mail.
9090
91+ **MAILUSER - ``()``
92+ If your SMTP mail host requires a username and password for access, then
93+ specify them here. eg. ``MAILUSER = ('username', 'password')``
94+
95+ **MAILHOST_TLS - ``'no'``
96+ If your SMTP mail host provides or requires TLS (Transport Layer
97+ Security) then set ``MAILHOST_TLS = 'yes'``
98+
99+ **MAILHOST_TLS_KEYFILE - ``''``
100+ If you're using TLS, you may also set MAILHOST_TLS_KEYFILE to the name of
101+ a PEM formatted file that contains your private key.
102+
103+ **MAILHOST_TLS_CERTFILE - ``''``
104+ If you're using TLS and have specified a MAILHOST_TLS_KEYFILE, you may
105+ also set MAILHOST_TLS_CERTFILE to the name of a PEM formatted certificate
106+ chain file.
107+
91108**MAIL_DOMAIN** - ``'tracker.domain.example'``
92109 The domain name used for email addresses.
93110
You can’t perform that action at this time.
0 commit comments