Fix: Send to cc and bcc was not working with SMTPs handler
This commit is contained in:
parent
fbf0747e0c
commit
824969bfa3
@ -359,8 +359,8 @@ class CMailFile
|
||||
}
|
||||
}
|
||||
|
||||
$smtps->setCC($sentocc);
|
||||
$smtps->setBCC($sentoccc);
|
||||
$smtps->setCC($addr_cc);
|
||||
$smtps->setBCC($addr_bcc);
|
||||
$smtps->setErrorsTo($errors_to);
|
||||
$smtps->setDeliveryReceipt($deliveryreceipt);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user