Home › Forums › Newsletter Plugin Support › delivery speed, smaller units
Hey, my ISP has a limit of 1 mail pr second. I can only find pr hour limit in the plugin. Is there another limiter somewhere, alternately a hook for customization in the code? Thanks
It’s not possible a granularity of 1 email per second. The plugin actually processes a block of emails every five minutes.
Ok I added a sleep(1) in the foreach $users iteration in the send-function. I guess that will do the trick.
That’s a tip for your next version then to include that, along with a way to edit the $email_limit var from wp_admin 😉
Really like this plugin, though. Good job!