SendMail to multiple recipients
SendMail to multiple recipients
Hi,
I'm trying to send an email to a list of recipients.
Right now the "to" field is directed to a string variable.
(List variables won't work here).
In the string variable, how can I make it work?
trying
"
user@app.com
;
user2@app.com
"
or
"
user@app.com
;
user2@app.com
"
just failed to send the emails.
Ravid