How can i Put severals mails in the moudle send mails?

What are you trying to achieve?

send the same email to several emails, no one to one, all people the same

Steps taken so far

i think i tried all

Hey Alvaro,

which module are you using? Usually you can place an array of emails in the recipient field and it will send the email to all of them. Have in mind that this way they will all see the entire list of recipients too.

If you want to send individual emails and you need them not to see the entire list, then iterate the array of emails and send a separate email for every one.

You can use an array aggregator to merge all the emails coming from your Google sheet or other CRM, then you input the array into the email field, it’ll send it to all the emails in that array