Problems with my newsletter system

L

Laphan

Hi Guys

Don't know if you can help, but here goes.

Created a basic ASP/ADO/Access 2000 Newsletter system using JMail.
Basically client has 300+ subscribers and wants to send 1 newsletter email
to them all every 1 - 2 months.

Missed my client's call to say it wasn't working, but having checked with my
ISP (FastHosts), they have some kind of embargo on the amount of emails that
can be sent every 10 seconds.

Has anybody experienced this problem and found a way round it.

Many thanks.

Rgds

Laphan
 
R

Ray at

Use a better host or add wscript.sleep 10000 in your loop after every n
e-mails, where n is the limit.

Ray at home
 
R

Robbie

Ray at said:
Use a better host or add wscript.sleep 10000 in your loop after every n
e-mails, where n is the limit.

Ray at home

Dear Ray

Thanks for the lightening fast reply, but could you elaborate on how I
use the wscript to iterate through batches of emails.

I basically recordset the one newsletter into a var.

Then recordset the subscriber emails list.

Then JMail this list out with a copy of the newsletter.

ISP will only allow 10 emails every 30 seconds or 50 emails every 10
mins.

Your help would be very much appreciated.

Rgds

Robbie
 
R

Ray at

How about posting your code over in the scripting.vbscript group? You won't
want to do this with ASP, since your script is going to run for like an
hour.

While I understand why your host does what they do, if they're preventing
you from fulfilling a business need, you should find a new host. Or just
BCC everyone.

Ray at work
 

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

No members online now.

Forum statistics

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

Latest Threads

Top