• Resolved om1911

    (@om1911)


    Hi,
    Great plugin.
    Having problem with time out when sending email to many users (1200)
    It is sending about 300 email and then stops. Read about max execution time an changed that in .htaccess to php_value max_execution_time 300 tried also set_time_limit(300); in wp-config.php
    Still same result.
    A suggestion is to build in a function that alows you to send email starting from a ID no.
    In that case, one can run email sending from where it ended.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Suman Bhattarai

    (@metalfreek)

    If 300 isn’t working well for you, try setting it to higher value. May be 600? This will be a hit and trial trouble shooting for you. You will have to find max execution time that works best for your system.

    Thread Starter om1911

    (@om1911)

    Hi,

    Tx for answer. But the problem is not the time setting. I have tried 300, 600, 800, 1800.

    Same result – it stops after some time – sometimes fast, sometimes a little longer.

    Perhaps a function where the plugin test the execution time – but with no sending of email. I cannot do try and error with email to the first 300 members ??

    Plugin Contributor Suman Bhattarai

    (@metalfreek)

    This plugin doesn’t constrain on time. It will attempt to send email until server terminates the process. Sometimes, hosting do apply hard max execution time so please contact your hosting support to see if they have such limit.

    Plugin Contributor Suman Bhattarai

    (@metalfreek)

    Hi @om1911 I have now added ID range filter so that you can send email to limited users at a time. I hope this will resolve your issue. Let me know if you are still facing problems. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘max execution time –’ is closed to new replies.