B
Buddy Ackerman
On occasion I need to send out emails to my sites members. In order to process faster I don't want to loop through the
user list and send one message for each, I'd rather add all the users' email addresses to the address list and do one
send. Since I don't have the address list in my email server I was wondering how you suppress the address list so that
every recipient doesn't get the email addresses of all teh other recipients. I don't even know if this is a client or
server side function. If it's client side I expect that that I'll have to get a third party assembly because the
system.web.mail.message class doesn't appear to have a way to suppress the address list. Anyone know how to do this?
--Buddy
user list and send one message for each, I'd rather add all the users' email addresses to the address list and do one
send. Since I don't have the address list in my email server I was wondering how you suppress the address list so that
every recipient doesn't get the email addresses of all teh other recipients. I don't even know if this is a client or
server side function. If it's client side I expect that that I'll have to get a third party assembly because the
system.web.mail.message class doesn't appear to have a way to suppress the address list. Anyone know how to do this?
--Buddy