[wp-trac] Re: [WordPress Trac] #5294: $phpmailer->Sender line prevents comment notifications from being received

WordPress Trac wp-trac at lists.automattic.com
Wed Oct 31 20:15:09 GMT 2007


#5294: $phpmailer->Sender line prevents comment notifications from being received
----------------------+-----------------------------------------------------
 Reporter:  stitzelj  |        Owner:  westi   
     Type:  defect    |       Status:  assigned
 Priority:  normal    |    Milestone:  2.3.2   
Component:  General   |      Version:  2.3.1   
 Severity:  normal    |   Resolution:          
 Keywords:            |  
----------------------+-----------------------------------------------------
Old description:

> $phpmailer->Sender line prevents comment notifications from being
> received on hosts that do "callout verification" unless
> wordpress@[domain] is a valid email address.
>
> WORKAROUNDS
>
> Ensure, that the email address wordpress@[domain] is a valid email
> address.
>
> OR
>
> Remove wp-includes/pluggable.php file in WP 2.3.1:
>
> {{{
> 228  $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email );
> }}}

New description:

 $phpmailer->Sender line prevents comment notifications from being received
 on hosts that do "callout verification" unless wordpress@[domain] is a
 valid email address.

 WORKAROUNDS

 Ensure, that the email address wordpress@[domain] is a valid email
 address.

 OR

 Remove the following line in wp-includes/pluggable.php which was added in
 WP 2.3.1:

 {{{
 228  $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email );
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5294#comment:13>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list