Zen Cart Logo
Forums / General Questions / newsletter - email limit?

newsletter - email limit?

Locked

Views: 21,181

Results 61 to 63 of 63
This thread is locked. New replies are disabled.
28 Jun 2011, 12:01 PM
#62
bonheddwr avatar

bonheddwr

Zen Follower

Join Date:
Jun 2007
Location:
Cymru
Posts:
124
Plugin Contributions:
0

Re: newsletter - email limit?

Originally Posted by bunyip (2009) [I]I've just completed a small modification to the newsletter page for a client.

What the mod does is throttle the email sending rate to 80% of your server limit (which you input manually as a new key on the email configuration page). So if you set a value of 1000 for the server limit, it will send emails at the rate of one every 4.5 seconds, giving an overall rate of 800/hr. That leaves a reasonable percentage of the server allowance for normal store emails to proceed unimpeded.

The script progress is shown on the admin page, and it shouldn't tie up a lot of server CPU resources (on linux servers) because the mod uses the php sleep function as the throttle. I don't think it's suitable for Windows servers though - I believe the php sleep function doesn't work the same on those.

This is the MOD link I received from Neville (bunyip) back in 2009. It works really well for me and does exactly what is needed i.e. throttles

A number of people I know have tried it and it has worked for them without any problems. You can download it from .custom cartmods.com/clients/down loads/throttled_newsletter.zip - but obviously use at your own risk.

I hope Neville doesn't mind I post it here, it just seems such a waste that such a great MOD is available but not many people know of it. I've tried contacting him again, but haven't received a reply thus far.

28 Nov 2011, 1:01 AM
#63
nightdesigns avatar

nightdesigns

New Zenner

Join Date:
Nov 2008
Posts:
55
Plugin Contributions:
0

Re: newsletter - email limit?

I decided to add to this as I found a good work-around. I recently signed up with send grid .com and they have different maximums based on how many e-mails you send. I have the basic $10/month account that allows you to send 40,000 e-mail's per month. I've had much better delivery rate success as well as their servers are more reliable than a standard php e-mail script. Takes about 5 minutes to integrate into zencart. I've probably sent 10,000+ e-mails through them and they are great.