[wp-trac] [WordPress Trac] #4534: wp_mail breaks bcc header

WordPress Trac wp-trac at lists.automattic.com
Mon Jun 25 14:23:33 GMT 2007


#4534: wp_mail breaks bcc header
------------------------+---------------------------------------------------
 Reporter:  jacktanner  |       Owner:  anonymous
     Type:  defect      |      Status:  new      
 Priority:  normal      |   Milestone:           
Component:  General     |     Version:  2.2      
 Severity:  normal      |    Keywords:           
------------------------+---------------------------------------------------
 The subscribe2.3.5 plugin breaks on the new wp_mail infrastructure.
 Replacing the call to wp_mail with regular PHP mail fixes the issue.

 The particular problem is that the BCC header is malformed by wp_mail. The
 malformed header looks like this:

 Bcc: foo at bar.com,:
 foo2 at barf.com,:
 last at one.com

 Note the spurious colon after the first two e-mail addresses, apparently
 inserted by wp_mail.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/4534>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list