Changeset 2053583
- Timestamp:
- 03/19/2019 06:15:14 PM (7 years ago)
- Location:
- sendwp
- Files:
-
- 2 edited
-
tags/1.0.0/includes/class.mailer.php (modified) (1 diff)
-
trunk/includes/class.mailer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sendwp/tags/1.0.0/includes/class.mailer.php
r2053508 r2053583 79 79 } 80 80 81 if($this->getReplyToAddresses()){ 82 $reply_to = reset($this->getReplyToAddresses()); 83 $args['body']['reply_to'] = reset($reply_to); 84 } 85 81 86 if( ! empty( $cc_emails ) ) { 82 87 $args[ 'body' ][ 'cc' ] = json_encode( (array) $cc_emails ); -
sendwp/trunk/includes/class.mailer.php
r2053508 r2053583 79 79 } 80 80 81 if($this->getReplyToAddresses()){ 82 $reply_to = reset($this->getReplyToAddresses()); 83 $args['body']['reply_to'] = reset($reply_to); 84 } 85 81 86 if( ! empty( $cc_emails ) ) { 82 87 $args[ 'body' ][ 'cc' ] = json_encode( (array) $cc_emails );
Note: See TracChangeset
for help on using the changeset viewer.