ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: steveb on April 29, 2008, 07:40:39 am

Title: Throttling
Post by: steveb on April 29, 2008, 07:40:39 am
Hello,

In my configuration, I have it set to PHP mail().

I want to send the e-mails at no faster than 1000 per hour.

What do I enter in the "ms per email" and "mins every [ ] emails"

To achieve that throttled down pace?

Thanks in advance,

Steve
Title: Throttling
Post by: DW on May 05, 2008, 04:40:42 pm
Steve,

3600 seconds in an hour so we want to send 1 message every 3.5 seconds.  Set a delay of "3000" to "3500" ms per message and 0 mins every 999 messages.

Regards
Title: Throttling
Post by: steveb on May 06, 2008, 05:09:23 am
Thanks!