• Hi

    I need to throttle down my email sending to less than 500 emails/hour. That’s the limit on my hosting.

    How can that be done especially when a notice goes out automatically to my users?

    Is there a plugin or something?

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • DRandy, which notice is being sent to users? Tell us more. thanks!

    Thread Starter DRandy

    (@drandy)

    I have a custom script that uses

    return @wp_mail($to, $subject, $message);

    when a condition is met. Sometimes this might call for sending out over 500 emails.

    I need to throttle this down below 500 so it sends say 300 this hour and then 300 next hour and so forth.

    Thanks for your help.

    Ahh I see.

    I will search around and see what I find. There might be an email “timing” plugin around.

    Thread Starter DRandy

    (@drandy)

    Is there any one to help?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How Can I Send Less than 500 emails/hour?’ is closed to new replies.