212
Views
5
Comments
How to send email to multiple recipients dynamically ?
Application Type
Reactive

Hello Everyone,

I want to send email to multiple recipients in To, CC and BCC fields dynamically. I tried some logics but I don't under stand how to send email to multiple recipients using one local variable. I want output like the below image.

Firstly, I'm creating a input field. Using this field I'm taking multiple emails and storing it to list. And after that Joining all the emails as a string and then pass it into the CC variable. 

It is showing proper in service center but not sending the email .
Can any one help me to reach out the solution, Please?

Thanks and regards'

Rakhi

UserImage.jpg
vikas sharma
Champion

Hi,

I think you should take 3 variables for To, CC and BCC. Then user can enter multiple email addresses in each. After that join these emails separated by comma as you are doing currently. At last pass these 3 strings in To, CC and BCC of email.

regards

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Rakhi,

Do you see any errors in the error logging? Can you see the e-mail in the e-mail logging?

2024-02-16 07-43-18
Amit Verma

Hi Rakhi,

can you please share your OML file...so that i can see the logic how to pass To, CC and BCC email Ids.


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

I think this is shared in the screenshots on the original question.

2023-08-28 07-00-10
Paulo Torres
Champion

Very weird. If you send only for one recipient works?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.