Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

need to send 2000+ emails

  • 25-03-2011 01:08PM
    #1
    Registered Users, Registered Users 2 Posts: 459 ✭✭


    I need to start sending out the first batch of updates to my subscribers and my current email server can't handle the volume. I'm using Smartermail and it's just eating itself when I try to do anything with large numbers of contacts.

    Does anyone know of a script I can use that is good dealing volume as opposed to bling?

    thanks.


Comments

  • Closed Accounts Posts: 1,487 ✭✭✭Pov06


    Well, probably in your code, you have a "for" loop, which does something with each email. In the for loop, you could stick in the following code, after each email is sent:

    [PHP]<?php
    sleep(1);
    ?>[/PHP]

    What this code will do, is create a pause between each email sent of 1 second.

    Hopefully I helped you.


Advertisement