a
This commit is contained in:
parent
949575eb44
commit
6cd8c07f5b
|
|
@ -89,22 +89,9 @@ class Cronenvoimailadhrent
|
||||||
|
|
||||||
$to = $this->email->getToAddresses();
|
$to = $this->email->getToAddresses();
|
||||||
$cc = $this->email->getCcAddresses();
|
$cc = $this->email->getCcAddresses();
|
||||||
// $bcc = $this->email->getBccAddresses();
|
|
||||||
|
|
||||||
// $total = count($to) + count($cc) + count($bcc);
|
|
||||||
$totalDest = count($to) + count($cc);
|
$totalDest = count($to) + count($cc);
|
||||||
|
|
||||||
/*
|
|
||||||
var_dump(
|
|
||||||
array(
|
|
||||||
"to" => $to,
|
|
||||||
"cc" => $cc,
|
|
||||||
"bcc" => $bcc,
|
|
||||||
)
|
|
||||||
);
|
|
||||||
exit();
|
|
||||||
*/
|
|
||||||
|
|
||||||
if ($totalDest>0)
|
if ($totalDest>0)
|
||||||
{
|
{
|
||||||
if(!$this->email->send())
|
if(!$this->email->send())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user