How do you add multiple receipients, meaning more than one email in the TO: field using the webMatrix WebMail object? I've messed around with creating a string that combines two emails with a comma or semicolon between them.
Asked
Active
Viewed 2,440 times
1 Answers
2
you do just that, separate multiple recipients in the 'to' property with a semicolon:
http://msdn.microsoft.com/en-us/library/system.web.helpers.webmail.send(v=vs.99).aspx

BumbleB2na
- 10,723
- 6
- 28
- 30
-
I think this is the answer, but will have to research further at some distant time in the future. – Knox Sep 15 '11 at 19:35
-
1Oddly, we've had commas work where semicolons failed. Is it dependent on the SMTP on the server? – Zachary Scott Dec 06 '12 at 05:31