Hi together,
how do I send the mail to several receivers? I just repeated the email array 3 times, but only 2 mails were sent.
With Cc, and Bcc also only 2 mails were sent ( Bcc not ).
$email = new Email(array(
'to' => 'xxx@test.de',
'from' => 'xxx@test2.de',
'subject' => 'Anmeldung '.$page->parent()->title(),
'body' => 'Folgende Anmeldung wurde abgegeben und in die Datenbank' . $page->parent()->title().' eingetragen: ' . $alle_Inhalte
));