cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Email to Multiple Recipients using Email-POP3/SMTP VBO

Soumya21
Level 6
Hi,

For sending email for multiple recipients in to address filed with semicolon separated format. As a result, the email is sent only for last added recipient out of three for Email-POP3/SMTP VBO
Can anyone please suggest me solution to send an email to multiple recipients?

Thanks,
Soumya




------------------------------
Soumya k RPA Developer
RPA Developer
Qualesce India Private Limited
Bangalore
------------------------------
1 BEST ANSWER

Best Answers

Hi @Soumya21

I think the smtp functionality requires the email addresses to be separated by a comma whereas the outlook vbo requires semi colon. All the processes I use smtp for separate the multiple recipients using comma e.g. "me@mytest.com, me@secondaddress.com, me@thirdaddress.com"​

------------------------------
Michael ONeil
Technical Lead developer
NTTData
Europe/London
------------------------------

View answer in original post

4 REPLIES 4

ewilson
Staff
Staff
Hello @Soumya21,

I just took a look at the code of the VBO on the DX. It looks like it only supports a single email address at the moment. We'll update that ASAP and get it pushed out to the DX.

Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

@Soumya21,

We've pushed version 10.2.1 of the VBO to the DX. It addresses the issue of multiple recipients not being properly handled.

Cheers,​

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hi @Soumya21

I think the smtp functionality requires the email addresses to be separated by a comma whereas the outlook vbo requires semi colon. All the processes I use smtp for separate the multiple recipients using comma e.g. "me@mytest.com, me@secondaddress.com, me@thirdaddress.com"​

------------------------------
Michael ONeil
Technical Lead developer
NTTData
Europe/London
------------------------------

Hi @Michael ONeil

Thanks for the solution it worked​

Thanks 
Soumya


------------------------------
Soumya k RPA Developer
RPA Developer
Qualesce India Private Limited
Bangalore
------------------------------