Ticket #37736: 37736.patch
File 37736.patch, 474 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/pluggable.php
349 349 */ 350 350 $from_name = apply_filters( 'wp_mail_from_name', $from_name ); 351 351 352 $phpmailer->setFrom( $from_email, $from_name );352 $phpmailer->setFrom( $from_email, $from_name, false ); 353 353 354 354 // Set destination addresses 355 355 if ( !is_array( $to ) )