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 ...@@ -359,8 +359,8 @@ class CMailFile
} }
} }
$smtps->setCC($sentocc); $smtps->setCC($addr_cc);
$smtps->setBCC($sentoccc); $smtps->setBCC($addr_bcc);
$smtps->setErrorsTo($errors_to); $smtps->setErrorsTo($errors_to);
$smtps->setDeliveryReceipt($deliveryreceipt); $smtps->setDeliveryReceipt($deliveryreceipt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment