[[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]. 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. Install the plugin: {{{ #!sh easy_install http://trac-hacks.org/svn/trachtmlnotificationplugin/0.12 }}} 2. Enable the plugin in trac.ini: {{{ #!ini [components] trachtmlnotification.* = enabled }}} 3. Use `HtmlNotificationSmtpEmailSender` as `email_sender` in `[notification]` section {{{ #!ini [notification] email_sender = HtmlNotificationSmtpEmailSender }}} 4. Try to create new ticket! == Tickets == [[TicketQuery(component=TracHtmlNotificationPlugin&status!=closed,group=status)]] == 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]