[wp-trac] [WordPress Trac] #10420: wp_mail fails to send to multiple recipients

WordPress Trac wp-trac at lists.automattic.com
Tue Feb 23 02:51:59 UTC 2010


#10420: wp_mail fails to send to multiple recipients
-------------------------+--------------------------------------------------
 Reporter:  patmcnally   |       Owner:                  
     Type:  enhancement  |      Status:  new             
 Priority:  normal       |   Milestone:  3.0             
Component:  Mail         |     Version:  2.9             
 Severity:  normal       |    Keywords:  has-patch tested
-------------------------+--------------------------------------------------
Changes (by chrisscott):

  * keywords:  has-patch => has-patch tested


Comment:

 Tested on r13319 and works fine for the test case of a comma separated
 string of multiple addresses or an array of addresses.

 Testing with {{{'foo at example.com,bar at example.com'}}}, {{{'foo at example.com,
 bar at example.com'}}} (space after comma) and {{{array('foo at example.com',
 'bar at example.com')}}} all give the following To: header:
 {{{
 To: foo at example.com, bar at example.com
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/10420#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list