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 |
13 / 13 |
||
---|---|---|---|
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
- 18646 by jun66j5 on 2024-06-25 00:31:49
-
TracHtmlNotificationPlugin: respect email obfuscation settings (closes #14346)
Initial patch by: bmispelon
- 18645 by jun66j5 on 2024-06-24 20:38:22
-
TracHtmlNotificationPlugin: add Trac 1.6 to envlist in tox.ini and make tests compatible with Python 3
- 18479 by jun66j5 on 2022-04-10 07:11:28
-
TracHtmlNotificationPlugin: bump up the version to 0.12.0.3
(more)
Author/Contributors
Author: jun66j5
Maintainer: Jun Omae
Contributors: OpenGroove,Inc. and tracpath
Last modified 5 years ago
Last modified on Nov 25, 2019, 4:19:08 PM