Emails goes to spam when using domain name in tag [duplicate]

自古美人都是妖i 提交于 2019-12-11 04:42:35

问题


I have Two domain. For Example: domain1.com and domain2.com. I am sending email using PHPMailer and I used

$email_body="<a href='http://www.domain1.com'>View</a>"

Above code is working perfectly and emails also go to inbox but when I am using my second domain instated of first then emails are going to spam.

$email_body="<a href='http://www.domain2.com'>View</a>"

Even I tried

"<a href='www.domain2.com'>View</a>"
"<a href='http://domain2.com'>View</a>"

If I remove domain2.com and type some dummy text then also emails go to inbox. Would you help me in this?


回答1:


Try to check your domain again Safe Browsing list https://www.google.com/transparencyreport/safebrowsing/diagnostic/



来源:https://stackoverflow.com/questions/42200904/emails-goes-to-spam-when-using-domain-name-in-tag

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!