Gmail标记为具有html和锚点链接的垃圾邮件 [英] Gmail mark as spam email with html and anchor links

查看:198
本文介绍了Gmail标记为具有html和锚点链接的垃圾邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

首先,对于我的不好的英语=(



我创建了一封HTML电子邮件,发送给yahoo,hotmail和gmail,第一个和第二个工作好的,收到在收件箱的前面,但是,gmail标记为垃圾邮件,但它会标记为span ,我发送这些HTML代码:

 < tr> 
< td colspan =2style =padding:10px; border:2px solid#e3e3e3; text-align:center; >< a href =%% url %%style =font-size:14px; text-decoration:none; color:#595959;>< span> Clique aqui e confira todas asinformaçõese fotos dessaembarcaçãoem nosso site - ID %% id %%< / span>< / a>< / td>
< / tr>
< tr>
< ; td colspan =2style =padding:8px 10px; border-top:15px solid #fff; border-bottom:10px solid #fff; font-size:16px; text-transform:uppercase; color:#c90000;背景:#e6e6e6;> Destaques YachtBrasil < / TD>
< / tr>
< tr>
< td colspan =2align =centerstyle =padding:3px; border:2px solid#e7e7e7;>< a href =http://www.yachtbrasil.com。 br />< span>< img src =http://www.yachtbrasil.com.br/img/temp/YB-banner-email-site.jpgalt =style =显示: block; border:none; />< /跨度>< / A>< / TD>
< / tr>

这是因为锚链接发生的,如果我删除东西,它将工作并发送电子邮件问题是,如何发送锚点链接,使用gmail不被标记为垃圾邮件?我正在使用企业的googlemail帐号发送这封电子邮件。



感谢您的提示,我在这里和谷歌搜索,只需在锚链接后找到提示。 p>

最好的问候。

解决方案

问题已解决!



如果您有一封电子邮件,其中所有的标题都是正确的,但电子邮件仍然没有到达收件箱目的地,那么您应该明确地键入一些锚参数,例如 target = blank shape = rect



 < a href =link.htmltarget =_ blankstyle =style ....>试验< / A> 

应该只包含:

 < a href =link.htmltarget =_ blankshape =rect>测试< / a> 

这将让链接重定向到收件箱,而不是垃圾邮件文件夹!

$感谢您对此问题的否定投票,下次请仔细阅读该问题并尝试帮助!


first of all, sorry for my bad English =(

I created an HTML email, send it to yahoo, hotmail and gmail, the first and the second work's ok, received in the front of the inbox, but, the gmail mark as spam, but it will mark it as span only with I send these HTML codes:

                <tr>
                    <td colspan="2" style="padding:10px; border:2px solid #e3e3e3; text-align:center;"><a href="%%url%%" style="font-size:14px; text-decoration:none; color:#595959;"><span>Clique aqui e confira todas as informações e fotos dessa embarcação em nosso site - ID %%id%%</span></a></td>
                </tr>
                <tr>
                    <td colspan="2" style="padding:8px 10px; border-top:15px solid #fff; border-bottom:10px solid #fff; font-size:16px; text-transform:uppercase; color:#c90000; background:#e6e6e6;">Destaques YachtBrasil</td>
                </tr>
                <tr>
                    <td colspan="2" align="center" style="padding:3px; border:2px solid #e7e7e7;"><a href="http://www.yachtbrasil.com.br/"><span><img src="http://www.yachtbrasil.com.br/img/temp/YB-banner-email-site.jpg" alt="" style="display:block; border:none;" /></span></a></td>
                </tr>

It happens because of the anchor links, if I remove the stuff, it will work and send the email, the question is, How can I send anchor links to not be marked as Spam using gmail? I'm sending this email using a enterprise googlemail account.

Thanks for the tips, I search here and at google and just find the tip after the anchor link.

Best regards.

解决方案

The problem is fixed!

If you have an email with all the headers corrects, but the email still is not getting to inbox destination, you should explicitly type some anchor parameters, such as target=blank and shape=rect.

See the example:

<a href="link.html" target="_blank" style="style....">Test</a>

Should only contain:

<a href="link.html" target="_blank" shape="rect">Test</a>

This will let the links be redirected to the inbox and not the spam folder!

Thanks for the negative vote in the question, next time please read the question carefully and try to help!

这篇关于Gmail标记为具有html和锚点链接的垃圾邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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