Use php mass mailer or simply mail()?

后端 未结 3 1921
心在旅途
心在旅途 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:36

    Here is the canonical Stack Overflow response to this question (in this case to a potential spammer, hence the downvotes, but the information in the first answer is spot on)

    How to send 100,000 emails weekly?

提交回复
热议问题