method changeEmailsStatus documentation in bbn\Appui\Mailing
Changes the status of the emails relative to the given mailing.
function(string $id_mailing, string $status)
{
$count = 0;
if (($emails = $this->getEmails($id_mailing))) {
foreach ($emails as $e){
//here I've to check if ready or cancelled??
if ($this->changeEmailStatus($e['id'], $status)) {
$count ++;
};
}
return $count;
}
}
Changes the status of the emails relative to the given mailing. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way
This website uses cookies to ensure you get the best experience on our website.
© 2011-2023
BBN Solutions