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 |
12 / 12 |
||
---|---|---|---|
enhancement |
6 / 8 |
||
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
- 18479 by jun66j5 on 2022-04-10 07:11:28
-
TracHtmlNotificationPlugin: bump up the version to 0.12.0.3
- 18478 by jun66j5 on 2022-04-10 07:10:36
-
TracHtmlNotificationPlugin: make compatible with Python 3 (closes #14130)
- 17594 by jun66j5 on 2019-11-25 09:37:28
-
TracHtmlNotificationPlugin: make compatible with Trac 1.4 (closes #13663)
(more)
Author/Contributors
Author: jun66j5
Maintainer: Jun Omae
Contributors: OpenGroove,Inc. and tracpath
Last modified 3 years ago
Last modified on Nov 25, 2019, 4:19:08 PM