开发者

what should i be careful when sending email with PHP so it does not goes in spam(especialy Yahoo Mail)

开发者 https://www.devze.com 2023-02-26 13:14 出处:网络
i am building a web that sends email for reseting password, verifying email and newsletter. what i want to know what should i do it does not go into spam?

i am building a web that sends email for reseting password, verifying email and newsletter.

what i want to know what should i do it does not go into spam?

now i am looking in SwiftMailer docum开发者_运维问答entation to see how it can help me

thanks in advance


Using a well tested library for composing the e-mail (like SwiftMailer) is a first step. It ensures that the mail is not classified as spam solely because of non-adherence to the relevant RFCs. Additionaly, SpamAssassin provides Some Tips for Legitimate Senders to Avoid False Positives.

0

精彩评论

暂无评论...
验证码 换一张
取 消