[wp-trac] [WordPress Trac] #18493: HTML E-Mails
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 26 07:47:56 UTC 2012
#18493: HTML E-Mails
---------------------------+-----------------------------
Reporter: aaroncampbell | Owner: westi
Type: enhancement | Status: reviewing
Priority: normal | Milestone: Future Release
Component: Mail | Version: 3.2
Severity: normal | Resolution:
Keywords: 3.4-early |
---------------------------+-----------------------------
Comment (by rmccue):
Ah yeah, I had the same issue with a project I was working on (which is
actually where the multipart `wp_mail` comes from).
We ended up going with raw HTML/text templates, and using substitution
(%TITLE%, e.g.) from memory. We tried using output buffering, but that can
introduce extra problems, and it's not a good practise regardless.
I'm not sure if that would quite work with these templates though.
Anything that has a loop won't really work, unless you use a subtemplate
and handle the looping separately.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18493#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list