Email Blasts to registered members on a site

T

tanya

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") & ""),
"(e-mail address removed)", "Peer Inquiry", PeerMailBody)

rs.movenext

loop


Right now it directly executes a CDOSYS script.
 
C

Cactus Corp.

However when I try it with the following script, it crashes at times
and sends it through at times

Hi there,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top