Does wpMandrill support sending of an email to multiple recipients? If yes, how?
Does wpMandrill support sending of an email to multiple recipients? If yes, how?
Yes, it does. As a comma-separated list of email addresses:
$to = 'freddie@domain.com,chimpenheimer@domain.com';
wpMandrill::wp_mail($to, $subject, $message);
@MC_Will Thx for the reply.
Any chance of sending different templates to different recipients in the above case?
No, sorry.
You must log in to post.