电子邮件在标签中使用域名时会发送到垃圾邮件 [英] Emails goes to spam when using domain name in tag

查看:244
本文介绍了电子邮件在标签中使用域名时会发送到垃圾邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两个域名。例如: domain1.com domain2.com。我使用PHPMailer发送电子邮件,我使用

  $ email_body =< a href ='http://www.domain1.com'>查看< / a> 

上面的代码正常工作,电子邮件也进入收件箱,但是当我使用我的第二个域首先,电子邮件将发送到垃圾邮件。

  $ email_body =< a href ='http://www.domain2。 COM'>查看< / A>中

即使我试过

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

如果我删除domain2.com并键入一些虚拟文本,那么电子邮件也会转到收件箱。
您会帮助我吗?

解决方案

再次检查您的域名安全浏览列表
< a href =https://www.google.com/transparencyreport/safebrowsing/diagnostic/ =nofollow noreferrer> https://www.google.com/transparencyreport/safebrowsing/diagnostic/


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?

解决方案

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

这篇关于电子邮件在标签中使用域名时会发送到垃圾邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆