wiki:TracHtmlNotificationPlugin

Version 3 (modified by Jun Omae, 9 years ago) (diff)

Revised Install section

Send ticket notification with HTML part (t:#2625)

Description

This plugin provides the components implementing IEmailSender which substitutes the notification email with HTML part for the original before sending it.

Bugs/Feature Requests

Existing bugs and feature requests for TracHtmlNotificationPlugin are here.

accepted

0 / 1

closed

21 / 21

new

0 / 2

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:trachtmlnotificationplugin here].

Source

You can check out TracHtmlNotificationPlugin from here using Subversion, or browse the source with Trac.

Example

Install

  1. If installed Trac is 1.1.3, upgrade to 1.1.4 or downgrade to 1.1.2
  2. Install the plugin:
    easy_install http://trac-hacks.org/svn/trachtmlnotificationplugin/0.12
    
  3. Enable the plugin in trac.ini:
    [components]
    trachtmlnotification.* = enabled
    
  4. If installed Trac is 1.1.2 or early, use HtmlNotificationSmtpEmailSender as email_sender in [notification] section
    [notification]
    email_sender = HtmlNotificationSmtpEmailSender
    
  5. If installed Trac is 1.1.4 or later, configure to use text/html format for email distributor in Notifications panel of Preferences page in your Trac
  6. Try to create 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: jun66j5
Contributors: OpenGroove,Inc. and tracpath