[wp-trac] [WordPress Trac] #14888: PHPMailer class uses wrong/no sender for mail envelope

WordPress Trac wp-trac at lists.automattic.com
Thu Dec 29 00:50:13 UTC 2011


#14888: PHPMailer class uses wrong/no sender for mail envelope
-------------------------------------+-----------------------------
 Reporter:  gkusardi                 |       Owner:
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Future Release
Component:  Mail                     |     Version:  3.0
 Severity:  normal                   |  Resolution:
 Keywords:  reporter-feedback close  |
-------------------------------------+-----------------------------
Changes (by cnorris23):

 * keywords:  reporter-feedback => reporter-feedback close


Comment:

 This seems to have been addressed at least in PHPMailer 5.2 around line
 766, code below:

 {{{
 $smtp_from = ($this->Sender == '') ? $this->From : $this->Sender;
 }}}

 Close?

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


More information about the wp-trac mailing list