Changeset 10640
- Timestamp:
- 03/07/2016 09:28:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/src/bp-core/classes/class-bp-phpmailer.php
r10636 r10640 76 76 $recipient = $email->get_from(); 77 77 try { 78 $phpmailer->SetFrom( $recipient->get_address(), $recipient->get_name() );78 $phpmailer->SetFrom( $recipient->get_address(), $recipient->get_name(), false ); 79 79 } catch ( phpmailerException $e ) { 80 80 }
Note: See TracChangeset
for help on using the changeset viewer.