X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Third Party Add-Ons for X-Cart 4 (https://forum.x-cart.com/forumdisplay.php?f=45)
-   -   Firetank News Sender "Throttle"? (https://forum.x-cart.com/showthread.php?t=52124)

jkwalz108 02-03-2010 06:21 AM

Firetank News Sender "Throttle"?
 
I just bought and installed the Firetank News Sender module and am a little confused and concerned.

I thought, based on this thread (http://forum.x-cart.com/showthread.php?t=50438) that I could "throttle down" the volume of email/letters I send out per hour. Unfortunately I cannot find a setting in the module that allows for this. I don't want to send out my 1000 newsletters just to have them all bounced back.

Does anyone know how to change the send rate?

Thanks,

Jason

balinor 02-03-2010 06:27 AM

Re: Firetank News Sender "Throttle"?
 
Moving to Third Party Add-Ons

BCSE 02-04-2010 08:38 AM

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

jkwalz108 02-04-2010 09:57 AM

Re: Firetank News Sender "Throttle"?
 
Thanks! I got the same info this morning from Firetank. That is exactly what I needed to know.


All times are GMT -8. The time now is 07:54 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.