id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
10767	No option to configure outbound emails as HTML	adrya.stembridge@gmail.com	hasienda	I've installed TracAnnouncer `1.0dev-r12503` and users are able to subsribe (watch) tickets, and are receiving notifications of tickets they submitted.  That is working well.\r\n\r\nI am not finding an option to enable HTML and the outbound notifications are still plaintext/wiki markup.\r\n\r\nHere is my config: \r\n\r\n{{{\r\n#!ini\r\n[account-manager]\r\ndb_htdigest_realm = \r\nforce_passwd_change = true\r\nhash_method = HtDigestHashMethod\r\nhtpasswd_file = /my/path/trac.htpasswd\r\nhtpasswd_hash_type = md5\r\npassword_store = HtPasswdStore\r\npersistent_sessions = true\r\nrefresh_passwd = False \r\nuser_lock_max_time = 0\r\nverify_email = true\r\n\r\n\r\n[components]\r\nacct_mgr.admin.* = enabled\r\nacct_mgr.api.* = enabled\r\nacct_mgr.db.sessionstore = enabled\r\nacct_mgr.htfile.htdigeststore = disabled\r\nacct_mgr.htfile.htpasswdstore = enabled\r\nacct_mgr.http.httpauthstore = disabled\r\nacct_mgr.notification.* = enabled\r\nacct_mgr.pwhash.htdigesthashmethod = enabled\r\nacct_mgr.pwhash.htpasswdhashmethod = disabled\r\nacct_mgr.register.* = enabled\r\nacct_mgr.svnserve.* = enabled\r\nacct_mgr.svnserve.svnservepasswordstore = disabled\r\nacct_mgr.web_ui.* = enabled\r\nannouncer.api.announcementsystem = enabled\r\nannouncer.distributors.mail.emaildistributor = enabled\r\nannouncer.distributors.mail.sendmailemailsender = enabled\r\nannouncer.formatters.ticketformatter = enabled\r\nannouncer.formatters.wikiformatter = enabled\r\nannouncer.opt.acct_mgr.announce.accountmanagerannouncement = enabled\r\nannouncer.opt.subscribers.allticketsubscriber = enabled\r\nannouncer.opt.subscribers.userchangesubscriber = enabled\r\nannouncer.opt.subscribers.watchsubscriber = enabled\r\nannouncer.pref.announcerpreferences = enabled\r\nannouncer.pref.subscriptionmanagementpanel = enabled\r\nannouncer.producers.attachmentchangeproducer = enabled\r\nannouncer.producers.ticketchangeproducer = enabled\r\nannouncer.producers.wikichangeproducer = enabled\r\nannouncer.subscribers.carboncopysubscriber = enabled\r\nannouncer.subscribers.ticketownersubscriber = enabled\r\nannouncer.subscribers.ticketreportersubscriber = enabled\r\nannouncer.subscribers.ticketupdatersubscriber = enabled\r\nckintegration.ckintegrationmodule = enabled\r\npermredirect.* = enabled\r\ntrac.web.auth.loginmodule = disabled\r\n\r\n\r\n[notification]\r\nadmit_domains =\r\nalways_notify_owner = true\r\nalways_notify_reporter = true\r\nalways_notify_updater = true\r\ndefault_email_format = text/html\r\nemail_sender = SendmailEmailSender\r\nignore_domains =\r\nmime_encoding = none\r\nsendmail_path = /usr/sbin/sendmail\r\nsmtp_always_bcc = my@email.add\r\nsmtp_always_cc =\r\nsmtp_default_domain =\r\nsmtp_enabled = true\r\nsmtp_from = trac@localhost\r\nsmtp_from_name =\r\nsmtp_password =\r\nsmtp_port = 25\r\nsmtp_replyto = trac@localhost\r\nsmtp_server = localhost\r\nsmtp_subject_prefix = __default__\r\nsmtp_user =\r\nticket_email_header_fields = reporter, priority, severity\r\nticket_subject_template = $prefix #$ticket.id: $summary\r\nuse_public_cc = false\r\nuse_short_addr = false\r\nuse_tls = false\r\n\r\n}}}\r\n\r\nAssistance/pointers appreciated.	defect	new	normal	AnnouncerPlugin	normal		needinfo		0.12
