id summary reporter owner description type status priority component severity resolution keywords cc release 11339 default_email_format ignored adrya.stembridge@… "I'm trying to get Announcer to deliver HTML instead of plaintext emails. I found the configuration option '''default_email_format''', and set that to 'text/html'. Restarted httpd, and updated a ticket with some markdown formatting (a list of items). The email was sent in plain text, not HTML. From trac.ini: {{{ [announcer] email_enabled = true default_email_format = text/html [components] announcer.api.announcementsystem = enabled announcer.distributors.mail.emaildistributor = enabled announcer.distributors.mail.sendmailemailsender = enabled announcer.formatters.ticketformatter = enabled announcer.formatters.wikiformatter = enabled announcer.opt.acct_mgr.announce.accountmanagerannouncement = enabled announcer.opt.subscribers.allticketsubscriber = enabled announcer.opt.subscribers.userchangesubscriber = enabled announcer.opt.subscribers.watchsubscriber = enabled announcer.pref.announcerpreferences = enabled announcer.pref.subscriptionmanagementpanel = enabled announcer.producers.attachmentchangeproducer = enabled announcer.producers.ticketchangeproducer = enabled announcer.producers.wikichangeproducer = enabled announcer.subscribers.carboncopysubscriber = enabled announcer.subscribers.ticketownersubscriber = enabled announcer.subscribers.ticketreportersubscriber = enabled announcer.subscribers.ticketupdatersubscriber = enabled }}} Are there additional helper plugins required for HTML email content to be delivered? " defect closed normal AnnouncerPlugin normal wontfix default_email_format