Send mails in background without cron

前端 未结 3 510
感情败类
感情败类 2021-01-28 19:40

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

3条回答
  •  北荒
    北荒 (楼主)
    2021-01-28 20:10

    You need a queue system. There is e.g. Beanstalkd for linux, which you would feed things with php.

提交回复
热议问题