[wp-trac] [WordPress Trac] #15448: wp_mail() sets Content-Type header twice for multipart emails
WordPress Trac
wp-trac at lists.automattic.com
Mon May 30 22:52:04 UTC 2011
#15448: wp_mail() sets Content-Type header twice for multipart emails
---------------------------+------------------------
Reporter: rmccue | Owner: westi
Type: enhancement | Status: reviewing
Priority: normal | Milestone: 3.2
Component: Mail | Version:
Severity: normal | Resolution:
Keywords: gci has-patch |
---------------------------+------------------------
Comment (by Kleor):
Another bug with the wp_mail function in WordPress 3.2. It doesn't work if
we write this:
{{{wp_mail('Example <me at example.net>', 'The subject', 'The message');}}}
We must write this instead:
{{{wp_mail('me at example.net', 'The subject', 'The message');}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15448#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list