Version 8 (modified by 9 years ago) (diff) | ,
---|
Contents
Send ticket notification with HTML part
Description
This plugin wraps the notification email in HTML before sending it. This means that ticket information is no longer sent in monospace font, which in some email clients creates a wrapped line of ticket information and therefore more difficult to read than if it were nicely formatted.
It provides the components that implement IEmailSender
.
This plugin implements t:#2625.
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:
$ easy_install https://trac-hacks.org/svn/trachtmlnotificationplugin/0.12
- 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. - 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