[[PageOutline(2-5,Contents,pullout)]] = Send ticket notification with HTML part (​trac:#2625) == Description This plugin wraps the notification email in HTML 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 [/newticket?component=TracHtmlNotificationPlugin new ticket]. [[TicketQuery(component=TracHtmlNotificationPlugin,group=type,format=progress)]] == Download Download the zipped source from [export:trachtmlnotificationplugin here]. == Source You can check out TracHtmlNotificationPlugin from [/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. 1. Install the plugin: {{{#!sh $ pip install 'https://trac-hacks.org/browser/trachtmlnotificationplugin/0.12/?rev=latest&format=zip' }}} Or {{{#!sh $ easy_install -Z 'https://trac-hacks.org/browser/trachtmlnotificationplugin/0.12/?rev=latest&format=zip' }}} 1. Enable the plugin in your `trac.ini` file, by adding the following lines: {{{#!ini [components] trachtmlnotification.* = enabled }}} 1. 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 }}} 1. 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 or set the [trac:TracIni#notification-default_format.email-option default_format.email] option to `text/html` in the notifications section of your trac.ini. 1. Try to create a new ticket! == Recent Changes [[ChangeLog(trachtmlnotificationplugin, 3)]] == Author/Contributors '''Author:''' [wiki:jun66j5] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [http://www.opengroove.com/ OpenGroove,Inc.] and [http://tracpath.com/ tracpath]