Send SMTP Mail Message : The parameter 'addresses' cannot be an empty string. Parameter name: addresses

Hi,

Variables in To and CC contains semicolon separated values (validated). When I try to run the BOT it throws “Send SMTP Mail Message : The parameter ‘addresses’ cannot be an empty string.
Parameter name: addresses” error. Please do the needful.

Cheers
Vishnu

1 Like

Hi @Chintakunta_Tej

Is To and CC does have string variable or some other type
Because it is working fine
Thanks
Ashwin S

The Variable Vendoremail is blank i guess .
If semicolon is your problem we can eliminate the semicolon by using Trim.End(“;”)

2 Likes

Both are string variables. I see the values populated in debug mode. I’m also printing those values to a text file.