Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

need to send 2000+ emails

  • 25-03-2011 1: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