Is there a shorter way to include multiple email addresses as text in ASP.
I'm trying to call txtEmail from HTML file, then the strTo is a variable of txtMail.
How would I do it?
Is it possible to include multiple email addresses when I type in as:
Constr strTo = "jadem@avanquestusa.com;syoung@avanquestusa.com;more email addresses to come"
I need some help on this