Changes between Version 9 and Version 10 of TracNotification


Ignore:
Timestamp:
Oct 19, 2019, 12:50:53 PM (4 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v9 v10  
    9898}}}
    9999
    100 === Customizing the e-mail subject
    101 The e-mail subject can be customized with the `ticket_subject_template` option, which contains a [http://genshi.edgewall.org/wiki/Documentation/text-templates.html Genshi text template] snippet. The default value is:
     100=== Customizing the email subject
     101The email subject can be customized with the `ticket_subject_template` option, which contains a [https://genshi.edgewall.org/wiki/Documentation/text-templates.html Genshi text template] snippet. The default value is:
    102102{{{#!genshi
    103103${prefix} #${ticket.id}: ${summary}
     
    110110 * `ticket`: The ticket model object (see [trac:source:branches/1.2-stable/trac/ticket/model.py model.py]). Individual ticket fields can be accessed by appending the field name separated by a dot, eg `${ticket.milestone}`.
    111111
    112 === Customizing the e-mail content
    113 
    114 The notification e-mail content is generated based on `ticket_notify_email.txt` in `trac/ticket/templates`. You can add your own version of this template by adding a `ticket_notify_email.txt` to the templates directory of your environment. The default is:
     112=== Customizing the email content
     113
     114The notification email content is generated based on `ticket_notify_email.txt` in `trac/ticket/templates`. You can add your own version of this template by adding a `ticket_notify_email.txt` to the templates directory of your environment. The default is:
    115115
    116116{{{#!genshi
     
    191191}}}
    192192
    193 where ''user'' and ''password'' match an existing GMail account, ie the ones you use to log in on [http://gmail.com].
     193where ''user'' and ''password'' match an existing GMail account, ie the ones you use to log in on [https://gmail.com].
    194194
    195195Alternatively, you can use `smtp_port = 25`.[[br]]