PHP Mass emailing

前端 未结 5 442
没有蜡笔的小新
没有蜡笔的小新 2021-01-15 09:12

I work for a small marketing company that has asked me to develop a PHP application to send emails for their company without getting blacklisted or emails showing up as spam

5条回答
  •  既然无缘
    2021-01-15 09:45

    well, you may simply use mail() but no amount of PHP is going to help you get past spam filters. They use blacklists, statistical filters, human-filters, neural networks and all kinds of technologies to determine if someone is sending spam. 1.000.000 emails per month sounds like spam to me, so most likely you'll be tagged as "spammer" :)

提交回复
热议问题