Use php mass mailer or simply mail()?

后端 未结 3 1891
心在旅途
心在旅途 2021-01-22 10:27

I am sending out ~30k email messages.

Each message will have slightly different content.

I have read that using the php mail() function is not a goo

3条回答
  •  深忆病人
    2021-01-22 10:49

    Outsource it or spend a lot of time with a library. SwiftMailer is a a good choice if you decide to go with a library.

    Don't loop with a mail() :)

提交回复
热议问题