View Single Post
  #3  
Old 02-04-2010, 08:38 AM
  BCSE's Avatar 
BCSE BCSE is offline
 

X-Guru
  
Join Date: Apr 2003
Location: Ohio - bcsengineering.com
Posts: 3,091
 

Default Re: Firetank News Sender "Throttle"?

Jason,

It's a more advanced setting. By default, it sends 3 emails and then waits 1 second.

Open up mm_mail.pl

Find this:
Code:
# Pause, as not to hurt the server if ($i % 3 == 0) { sleep(1); }

You can then change the number 3 to something different (lower would make it slower). Or you could change the 1 in the sleep command to be higher, so if you change it to a 5, it will wait 5 seconds before sending 3 more emails.

I hope that helps.

Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002!

We support X-cart versions 3.x through 5.x!

Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more!


Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com

Please E-Mail us for questions/support!
Reply With Quote