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.
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.
DRandy, which notice is being sent to users? Tell us more. thanks!
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.
Is there any one to help?
This topic has been closed to new replies.