Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Bastien Ho

    (@bastho)

    Hi,
    What do you exactly mean by “4.16 per minute” ?

    Thread Starter plus.computer

    (@pluscomputer-1)

    My hosting allow only 5 mail/min. If I send to 20 recipients….your script sent only to 5 recipients. Other 15 recipients sending failed. Can I setup the script to limit number of sending/minut? How?

    Thread Starter plus.computer

    (@pluscomputer-1)

    Or how to set script to sent via SMTP? A have a plugin on my wordpress to force Send all WordPress emails via SMTP. But your script no send via SMTP. How to do this……to sent via SMTP

    Plugin Author Bastien Ho

    (@bastho)

    I intent to change the code and use the wp_mail() function, which is hooked by some SMTP plugins.
    So it would do the job.

    For the rate limit, the refresh system do not allow this kind of settings.

    Thread Starter plus.computer

    (@pluscomputer-1)

    I like very much this script, but I can not use at this moment because is not SMTP ready, and my hosting (most hosting) does not allow to send from PHP mail() function only 5 mail/minute. The wp_mail() function it would be the solution for me. I wait the version with wp_mail function integrated. Can you estimate a time for this?

    Plugin Author Bastien Ho

    (@bastho)

    Yope.

    It’s done in version 3.13.1 ??

    Thread Starter plus.computer

    (@pluscomputer-1)

    I update to 3.13.1, and now nothing sent. The error is: 550 Messages should have one or no Message-ID headers, not 2. “This occurs when the email headers that are more fields” TO ” say hosting provider

    Plugin Author Bastien Ho

    (@bastho)

    phpmailer (used my wp_mail) adds it’s own headers.
    The full integration in wp_mail to be hookable is a little bit hard so it’s moved to the 4.0 branch.
    Anyway, I’ve added 2 options :

    * send per burst
    * burst interval

    Thread Starter plus.computer

    (@pluscomputer-1)

    Updated to 3.13.2. I setup Send per burst:4, Burst interval (seconds): 60 … now is that before: If I send to 10 recipients….your script sent only to 5 recipients. Other 15 recipients sending failed

    Thread Starter plus.computer

    (@pluscomputer-1)

    I setup Send per burst: 1 and Burst interval (seconds): 80. Now all OK. Thanks for this script…and thanks for your work and time. I will donate

    Plugin Author Bastien Ho

    (@bastho)

    Many thanks ! ??

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Set the script to send emails 4.16 per minute.’ is closed to new replies.