Edgewall Software

Changes between Version 102 and Version 103 of TracNotification


Ignore:
Timestamp:
Oct 19, 2018, 6:04:25 PM (6 years ago)
Author:
Jun Omae
Comment:

Use https links and update links

Legend:

Unmodified
Added
Removed
Modified
  • TracNotification

    v102 v103  
    100100
    101101=== Customizing the email subject
    102 The email 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:
     102The 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:
    103103{{{#!genshi
    104104${prefix} #${ticket.id}: ${summary}
     
    192192}}}
    193193
    194 where ''user'' and ''password'' match an existing GMail account, ie the ones you use to log in on [http://gmail.com].
     194where ''user'' and ''password'' match an existing GMail account, ie the ones you use to log in on [https://gmail.com].
    195195
    196196Alternatively, you can use `smtp_port = 25`.[[br]]