Groups | Blog | Home
all groups > inetserver asp general > june 2005 >

inetserver asp general : Email Blasts to registered members on a site


tanya
6/5/2005 10:03:20 PM
HI,

I am trying to send out email blasts to over 6000 users of a website
(Not Spam)
However when I try it with the following script, it crashes at times
and sends it through at times. I need a more reliable way of sending
out emails to a large number and this is the mail feature of the
website. There will be users trying to send out mails at the same time.
Please help


do while not rs.eof

user_name=rs("member_fname")
PeerMailBody=""
PeerMailBody= AddPageHeader
PeerMailBody= PeerMailBody & AddPageMatter
PeerMailBody = PeerMailBody & AddPageFooter
call SendMailToMembers(trim(rs("Member_Email") & ""),
"customersupport@xyz.com", "Peer Inquiry", PeerMailBody)

rs.movenext

loop


Right now it directly executes a CDOSYS script.
Cactus Corp.
6/6/2005 12:00:00 AM
[quoted text, click to view]

Hi there,

What do you mean by 'crashes at times' ? Any error messages ?

AddThis Social Bookmark Button