Forums

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!
GreyHead 25 Mar, 2020
Hi jformicola,

It depends a bit on now many people you want to send to.

+ You can add an array of emails to the To box - they will each get an email that shows the other recipients.

+ You can add an array of names in the BCC box - that way they will each get an email that doesn't show the other recipients.

+ You can use a Loop action to cycle through an array of email addresses and send an email each time - that's probably good for 10-20 addresses

+ You can link to another extension like AcyMailing and create a list there if you want to use long lists (or use the same list more than once).

Bob
jformicola 25 Mar, 2020
Thank you! I just put the array in the to box, nicey nice. Thanks!
This topic is locked and no more replies can be posted.