How to send validation email without going into the spam folder?

前端 未结 3 1834
暗喜
暗喜 2021-01-22 09:40

I have a PHP website that send a validation code when a new account is created.

My problem is since few months, a lot of those email goes in the spam folder.

I t

3条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-22 10:10

    Have a look at this documentation from Google. It involves your network support including reverse lookup and Domain keys to be present. I think most of the email servers would have similar requisites.

提交回复
热议问题