[[PageOutline(2-5,Contents,pullout)]] = 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 [report:9?COMPONENT=TracHtmlNotificationPlugin here]. If you have any issues, create a [/newticket?component=TracHtmlNotificationPlugin new ticket]. [[TicketQuery(component=TracHtmlNotificationPlugin,group=status,format=progress)]] == 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. == 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: {{{#!sh easy_install http://trac-hacks.org/svn/trachtmlnotificationplugin/0.12 }}} 3. Enable the plugin in your `trac.ini` file, by adding the following lines: {{{#!ini [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: {{{#!ini [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 [[ChangeLog(trachtmlnotificationplugin, 3)]] [log:trachtmlnotificationplugin See more] == Author/Contributors '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://tracpath.com/ tracpath]