Email Multiple / from array

jformicola 24 Mar, 2020
Hi!

How do I send out an email to multiple email addresses at the same time via a choronocommand?

Let me explain:

The user has the ability to select multiple people on my form and I need to send an email to each of them. I believe I will be using a read data in the submit section to pull the email addresses (based on the form selections). So the email addresses will end up in a data array (as there can be multiple) I plan to use a chrono command such as {var:read_data50} in the "Recepient" email section, but if it's an array will multiple emails, how do I get an email sent to each one?

Thanks!
healyhatman 25 Mar, 2020
Just put the array in and it will send it to them all.

If you put it in the "to" field then they will all see each other's email address.
If you put it in the "bcc" field they will each get an email but won't see the other people you've sent it to.
healyhatman 25 Mar, 2020
Make sure though that the array only has unique addresses.
This topic is locked and no more replies can be posted.