Author Topic: Throttling  (Read 2013 times)

steveb

  • Posts: 18
    • View Profile
Throttling
« 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

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Throttling
« Reply #1 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
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting

steveb

  • Posts: 18
    • View Profile
Throttling
« Reply #2 on: May 06, 2008, 05:09:23 am »
Thanks!