[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:14:26 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: |
----------------------+-----------------------------------------------------
Changes (by foolswisdom):
* summary: $phpmailer->Sender line prevents comment notifications from
being sent => $phpmailer->Sender line prevents
comment notifications from being received
Old description:
> This line was added to the wp-includes/pluggable.php file in WP 2.3.1:
>
> {{{
> 228 $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email );
> }}}
>
> It's inclusion prevents any comment notifications on any WordPress
> installation from being sent via email. I've had to remove it from all
> installations.
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 wp-includes/pluggable.php file in WP 2.3.1:
{{{
228 $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email );
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/5294#comment:12>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list