Changeset 61537 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 01/27/2026 05:53:30 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r61459 r61537 447 447 448 448 try { 449 $phpmailer->setFrom( $from_email, $from_name );449 $phpmailer->setFrom( $from_email, $from_name, false ); 450 450 } catch ( PHPMailer\PHPMailer\Exception $e ) { 451 451 $mail_error_data = compact( 'to', 'subject', 'message', 'headers', 'attachments' );
Note: See TracChangeset
for help on using the changeset viewer.