Emails goes to spam when using domain name in tag

2019-07-29 05:52发布

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条回答
狗以群分
2楼-- · 2019-07-29 06:13

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

查看更多
登录 后发表回答