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

This commit is contained in:
Laurent Destailleur 2009-05-24 21:43:33 +00:00
parent fbf0747e0c
commit 824969bfa3

View File

@ -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);