I was wondering if there is a way to run a PHP loop in order to send a few hundred emails to subscribers in background. My goal is to format the newsletter, click send and then
You need a queue system. There is e.g. Beanstalkd for linux, which you would feed things with php.