Skip to content
Snippets Groups Projects
Commit 824969bf authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Send to cc and bcc was not working with SMTPs handler

parent fbf0747e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment