Changes between Initial Version and Version 1 of Ticket #22837
- Timestamp:
- 12/09/2012 07:52:57 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22837
-
Property
Severity
changed from
critical
tonormal
-
Property
Severity
changed from
-
Ticket #22837 – Description
initial v1 5 5 Right now i have to manually modify the /wp-includes/pluggable.php file in the wp_mail() function to include: 6 6 7 {{{ 7 8 if (strlen($phpmailer->Sender)==0) 8 9 { … … 10 11 $phpmailer->AddReplyTo($phpmailer->From); 11 12 } 13 }}} 12 14 13 15 This resolves the problem and DKIM works again.