Mercurial > p > roundup > code
comparison doc/customizing.txt @ 3878:6d14a3b4e295
allow admin to specify port and local hostname for SMTP connections
| author | Justus Pendleton <jpend@users.sourceforge.net> |
|---|---|
| date | Sun, 02 Sep 2007 05:54:46 +0000 |
| parents | a48c514c465f |
| children | e7050411a774 |
comparison
equal
deleted
inserted
replaced
| 3877:83748b2de465 | 3878:6d14a3b4e295 |
|---|---|
| 1 =================== | 1 =================== |
| 2 Customising Roundup | 2 Customising Roundup |
| 3 =================== | 3 =================== |
| 4 | 4 |
| 5 :Version: $Revision: 1.218 $ | 5 :Version: $Revision: 1.219 $ |
| 6 | 6 |
| 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: | 7 .. This document borrows from the ZopeBook section on ZPT. The original is at: |
| 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx | 8 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx |
| 9 | 9 |
| 10 .. contents:: | 10 .. contents:: |
| 237 If username is not empty, password (below) MUST be set! | 237 If username is not empty, password (below) MUST be set! |
| 238 | 238 |
| 239 password -- default *blank* | 239 password -- default *blank* |
| 240 SMTP login password. | 240 SMTP login password. |
| 241 Set this if your mail host requires authenticated access. | 241 Set this if your mail host requires authenticated access. |
| 242 | |
| 243 port -- default *25* | |
| 244 SMTP port on mail host. | |
| 245 Set this if your mail host runs on a different port. | |
| 246 | |
| 247 local_hostname -- default *blank* | |
| 248 The fully qualified domain name (FQDN) to use during SMTP sessions. If left | |
| 249 blank, the underlying SMTP library will attempt to detect your FQDN. If your | |
| 250 mail host requires something specific, specify the FQDN to use. | |
| 242 | 251 |
| 243 tls -- ``no`` | 252 tls -- ``no`` |
| 244 If your SMTP mail host provides or requires TLS (Transport Layer Security) | 253 If your SMTP mail host provides or requires TLS (Transport Layer Security) |
| 245 then you may set this option to 'yes'. | 254 then you may set this option to 'yes'. |
| 246 Allowed values: ``yes``, ``no`` | 255 Allowed values: ``yes``, ``no`` |
