[wp-trac] [WordPress Trac] #15448: wp_mail() sets Content-Type header twice for multipart emails
WordPress Trac
wp-trac at lists.automattic.com
Tue May 31 08:04:11 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 westi):
Replying to [comment:18 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');}}}
That has already been fixed what build are you testing with?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15448#comment:19>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list