Hello,
I think you can use a software like PHPList. Which will allow you to set a limit to send emails per hour. And it is very simple to install and configure it.
All the Help can be found
HERE
And
define("MAILQUEUE_BATCH_PERIOD",200);
is the option that will allow to send 200 emails per hour.