wiki:TracHtmlNotificationPlugin

Version 1 (modified by Jun Omae, 11 years ago) (diff)

New hack TracHtmlNotificationPlugin, created by jun66j5

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.

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. Install the plugin:
    easy_install http://trac-hacks.org/svn/trachtmlnotificationplugin/0.12
    
  2. Enable the plugin in trac.ini:
    [components]
    trachtmlnotification.* = enabled
    
  3. Use HtmlNotificationSmtpEmailSender as email_sender in [notification] section
    [notification]
    email_sender = HtmlNotificationSmtpEmailSender
    
  4. 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: