Changes between Version 2 and Version 3 of TracNotification


Ignore:
Timestamp:
Dec 12, 2010, 5:08:16 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v2 v3  
    2323 * '''smtp_password''': (''since 0.9'') Password for authentication SMTP account.
    2424 * '''smtp_from''': Email address to use for ''Sender''-headers in notification emails.
     25 * '''smtp_from_name''': Sender name to use for ''Sender''-headers in notification emails.
    2526 * '''smtp_replyto''': Email address to use for ''Reply-To''-headers in notification emails.
    2627 * '''smtp_default_domain''': (''since 0.10'') Append the specified domain to addresses that do not contain one. Fully qualified addresses are not modified. The default domain is appended to all username/login for which an email address cannot be found from the user settings.
     
    7879}}}
    7980
     81== Using GMail as the SMTP relay host ==
     82
     83Use the following configuration snippet
     84{{{
     85[notification]
     86smtp_enabled = true
     87use_tls = true
     88mime_encoding = base64
     89smtp_server = smtp.gmail.com
     90smtp_port = 587
     91smtp_user = user
     92smtp_password = password
     93}}}
     94
     95where ''user'' and ''password'' match an existing GMail account, ''i.e.'' the ones you use to log in on [http://gmail.com]
     96
     97Alternatively, you can use `smtp_port = 25`.[[br]]
     98You should not use `smtp_port = 465`. It will not work and your ticket submission may deadlock. Port 465 is reserved for the SMTPS protocol, which is not supported by Trac. See [comment:ticket:7107:2 #7107] for details.
     99 
    80100== Filtering notifications for one's own changes ==
    81101In Gmail, use the filter: