Hi,
I have a real simple mail script which sends out bulk mail to a subscriber
list for a client I have.

This script is a simple ASP page using ASPEMail from persists as the sender.

All it does it find out the starting record, loop through 20 records,
sending to each one, then it goes to a "success" page...

This success page has an auto-redirect back to this mailing script page,
passing the lastrecord as a querystring..

so I can send out mails in 20 mail batches, giving the mail server a
mini-break in between each one...


it works like a charm - except..

after say 200-300 (sometimes as much as 800) records - it will have gone
through about 7 "success" pages, it just times out..

I close it down, re-start from the record it was on, and it works fine
again.


Now I am purposelivly putting this other "success" page in there to give the
server a break and stop this happening..

Asnyideas?

James