[wp-trac] [WordPress Trac] #17305: wp_mail() does not accommodate address format "Name <address at tld.com>"
WordPress Trac
wp-trac at lists.automattic.com
Mon May 23 11:14:06 UTC 2011
#17305: wp_mail() does not accommodate address format "Name <address at tld.com>"
--------------------------+------------------------------
Reporter: dllh | Owner: westi
Type: defect (bug) | Status: closed
Priority: normal | Milestone: Awaiting Review
Component: Mail | Version: 3.1
Severity: normal | Resolution: fixed
Keywords: has-patch |
--------------------------+------------------------------
Changes (by westi):
* status: assigned => closed
* resolution: => fixed
Comment:
In [18006]:
{{{
#!CommitTicketReference repository="" revision="18006"
Update wp_mail to correctly call the Address adding functions on PHPMailer
for To, CC, BCC in a way which preserves our support for full RFC2822
address specifications.
Older versions of PHPMailer were not too careful about validating what we
passed in to them as a plain email address - the new version expects we
pass in the Name and Email address seperately.
Fixes #17305 based on a patch from dllh.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17305#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list