Contents
Send ticket notification with HTML part (trac:#2625)
Description
This plugin wraps the notification email in HTML before sending it.
Bugs/Feature Requests
Existing bugs and feature requests for TracHtmlNotificationPlugin are here.
If you have any issues, create a new ticket.
defect |
10 / 11 |
||
---|---|---|---|
enhancement |
4 / 7 |
||
task |
3 / 4 |
Download
Download the zipped source from here.
Source
You can check out TracHtmlNotificationPlugin from here using Subversion, or browse the source with Trac.
Installation
- If the installed version of Trac is 1.1.3, upgrade to 1.1.4 or downgrade to 1.1.2.
- Install the plugin:
Or
$ pip install 'https://trac-hacks.org/browser/trachtmlnotificationplugin/0.12/?rev=latest&format=zip'
$ easy_install -Z 'https://trac-hacks.org/browser/trachtmlnotificationplugin/0.12/?rev=latest&format=zip'
- Enable the plugin in your
trac.ini
file, by adding the following lines:[components] trachtmlnotification.* = enabled
- If the installed version of Trac is 1.1.2 or earlier, use
HtmlNotificationSmtpEmailSender
asemail_sender
in[notification]
section of yourtrac.ini
file:[notification] email_sender = HtmlNotificationSmtpEmailSender
- If the installed version of Trac is 1.1.4 or later, configure to use
text/html
format for email distributor in the Notifications panel of the Preferences page in your Trac or set the default_format.email option totext/html
in the notifications section of your trac.ini. - Try to create a new ticket!
Recent Changes
- 17594 by jun66j5 on 2019-11-25 09:37:28
-
TracHtmlNotificationPlugin: make compatible with Trac 1.4 (closes #13663)
- 16119 by jun66j5 on 2016-12-19 07:48:24
-
trachtmlnotification: fix breakage with
FakeSession
changed since Trac 1.2 (trac:r15075)
- 14384 by jun66j5 on 2015-01-22 07:56:13
-
TracHtmlNotificationPlugin: added support of
INotificationFormatter
for Trac 1.1.3+ (refs #12158)
(more)
Author/Contributors
Author: jun66j5
Maintainer: Jun Omae
Contributors: OpenGroove,Inc. and tracpath
Last modified 15 months ago
Last modified on Nov 25, 2019, 4:19:08 PM