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
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
Hi Rakhi,
Do you see any errors in the error logging? Can you see the e-mail in the e-mail logging?
can you please share your OML file...so that i can see the logic how to pass To, CC and BCC email Ids.
I think this is shared in the screenshots on the original question.
Very weird. If you send only for one recipient works?