[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=TracHtmlNotificationPlugin here]. [[TicketQuery(component=TracHtmlNotificationPlugin,group=status,format=progress)]] If you have any issues, create a [http://trac-hacks.org/newticket?component=TracHtmlNotificationPlugin&owner=jun66j5 new ticket]. == Download == Download the zipped source from [download:trachtmlnotificationplugin here]. == Source == You can check out TracHtmlNotificationPlugin from [http://trac-hacks.org/svn/trachtmlnotificationplugin here] using Subversion, or [source:trachtmlnotificationplugin 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: {{{#!sh easy_install http://trac-hacks.org/svn/trachtmlnotificationplugin/0.12 }}} 3. Enable the plugin in trac.ini: {{{#!ini [components] trachtmlnotification.* = enabled }}} 4. If installed Trac is 1.1.2 or early, use `HtmlNotificationSmtpEmailSender` as `email_sender` in `[notification]` section {{{#!ini [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 == [[ChangeLog(trachtmlnotificationplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [wiki:jun66j5] [[BR]] '''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://tracpath.com/ tracpath]