wiki:TracHtmlNotificationPlugin

Version 4 (modified by figaro, 10 years ago) (diff)

Cosmetic changes, tagged with license

Send ticket notification with HTML part

Description

This plugin provides the components that implement IEmailSender, which substitutes the notification email with HTML part for the original before sending it. 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.

accepted

0 / 1

closed

22 / 22

new

0 / 2

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.

Installation

  1. If the installed version of 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 your trac.ini file, by adding the following lines:
    [components]
    trachtmlnotification.* = enabled
    
  4. If the installed version of Trac is 1.1.2 or earlier, use HtmlNotificationSmtpEmailSender as email_sender in [notification] section of your trac.ini file:
    [notification]
    email_sender = HtmlNotificationSmtpEmailSender
    
  5. 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.
  6. 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)

See more

Author/Contributors

Author: jun66j5
Maintainer: Jun Omae
Contributors: OpenGroove,Inc. and tracpath