You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to madmimidev
I need to send an email via the api (using PHP library) to 2 email
addresses.
I've read that the recipients parameter is singular actually, taking 1
email.
So how can I send to 2 emails?
Just call
$mailer->SendMessage($options);
twice?