G
Guest
In the old System.Web.Mail, you could use a string of delimited email address
(say stored in a config file) and bulk email setting it to the TO property.
eg "(e-mail address removed),[email protected]"
The new System.Net.Mail.MailAddress.To appears to allow the string ok (we
are on Lotus so uses , instead of ; for multiple email addresses) but appears
to only send to the first email address and ignore the rest and no error
message. I don't seriously have to instantiate a copy of MailMessage to send
to multiple recipients do I. Am I doing something wrong or is it a Lotus or
email thing.. just goes through smtp doesn't it... Could it be a mail server
setting as it only appears to allow internal deliveries. Any help much
appreciated.. Thanks
(say stored in a config file) and bulk email setting it to the TO property.
eg "(e-mail address removed),[email protected]"
The new System.Net.Mail.MailAddress.To appears to allow the string ok (we
are on Lotus so uses , instead of ; for multiple email addresses) but appears
to only send to the first email address and ignore the rest and no error
message. I don't seriously have to instantiate a copy of MailMessage to send
to multiple recipients do I. Am I doing something wrong or is it a Lotus or
email thing.. just goes through smtp doesn't it... Could it be a mail server
setting as it only appears to allow internal deliveries. Any help much
appreciated.. Thanks