Ticket #5273: 5273.diff
File 5273.diff, 489 bytes (added by , 17 years ago) |
---|
-
wp-includes/pluggable.php
238 238 239 239 // Set the from name and email 240 240 $phpmailer->From = apply_filters( 'wp_mail_from', $from_email ); 241 $phpmailer->Sender = apply_filters( 'wp_mail_from', $from_email );242 241 $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name ); 243 242 244 243 // Set destination address