close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Changes between Version 4 and Version 5 of ConfigOptions


Ignore:
Timestamp:
Aug 1, 2008, 5:13:43 PM (16 years ago)
Author:
cmlenz
Comment:

Added smtp_port and smtp_tls options

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v4 v5  
    1212 `error_email_from`:: The email address to use in the `From` header of outgoing [wiki:ErrorHandling#ErrorEmailNotification error notification mails]
    1313 `smtp_server`:: The host name of the SMTP server to use for outgoing mail
     14 `smtp_port`:: The port number of the SMTP server (default 25)
    1415 `smtp_username`:: The username to use for authentication against the SMTP server
    1516 `smtp_password`:: The password to use for authentication against the SMTP server
     17 `smtp_tls`:: Whether to use TLS for the SMTP server connection.
    1618
    1719== Internationalization ==