Changes between Initial Version and Version 1 of TracHtmlNotificationPlugin


Ignore:
Timestamp:
May 30, 2013, 8:33:11 AM (11 years ago)
Author:
Jun Omae
Comment:

New hack TracHtmlNotificationPlugin, created by jun66j5

Legend:

Unmodified
Added
Removed
Modified
  • TracHtmlNotificationPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= Send ticket notification with HTML part (t:#2625) =
     4
     5== Description ==
     6
     7This plugin provides the components implementing `IEmailSender` which substitutes the notification email with HTML part for the original before sending it.
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracHtmlNotificationPlugin are
     12[report:9?COMPONENT=TracHtmlNotificationPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracHtmlNotificationPlugin&owner=jun66j5 new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:trachtmlnotificationplugin here].
     20
     21== Source ==
     22
     23You can check out TracHtmlNotificationPlugin from [http://trac-hacks.org/svn/trachtmlnotificationplugin here] using Subversion, or [source:trachtmlnotificationplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27
     28== Install ==
     29
     30 1. Install the plugin:
     31{{{
     32#!sh
     33easy_install http://trac-hacks.org/svn/trachtmlnotificationplugin/0.12
     34}}}
     35 2. Enable the plugin in trac.ini:
     36{{{
     37#!ini
     38[components]
     39trachtmlnotification.* = enabled
     40}}}
     41 3. Use `HtmlNotificationSmtpEmailSender` as `email_sender` in `[notification]` section
     42{{{
     43#!ini
     44[notification]
     45email_sender = HtmlNotificationSmtpEmailSender
     46}}}
     47 4. Try to create new ticket!
     48
     49== Recent Changes ==
     50
     51[[ChangeLog(trachtmlnotificationplugin, 3)]]
     52
     53== Author/Contributors ==
     54
     55'''Author:''' [wiki:jun66j5] [[BR]]
     56'''Maintainer:''' [wiki:jun66j5] [[BR]]
     57'''Contributors:'''