Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/email/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Email Mandrill-由于[警告:邮件包含重定向URL内容]而移动到垃圾邮件的邮件_Email_Laravel 4_Mandrill - Fatal编程技术网

Email Mandrill-由于[警告:邮件包含重定向URL内容]而移动到垃圾邮件的邮件

Email Mandrill-由于[警告:邮件包含重定向URL内容]而移动到垃圾邮件的邮件,email,laravel-4,mandrill,Email,Laravel 4,Mandrill,我的Laravel Web应用程序定期通过Mandrill发送有关系统更改的通知 不幸的是,所有由Mandrill发送的邮件都被移动到我的垃圾邮件箱中,并显示以下消息: [注意:消息包含重定向URL内容] 问题1: 这条消息是关于什么的?我想这是因为我的服务器将发件人地址设置为“noreply@domain.com" 问题2: 有没有可能防止这种情况发生?可能只需要一些额外的配置 其他信息: 接收邮件服务器位于我的公司。邮件通过赛门铁克消息网关进行检查。赛门铁克的描述如下: 重定向URL包

我的Laravel Web应用程序定期通过Mandrill发送有关系统更改的通知

不幸的是,所有由Mandrill发送的邮件都被移动到我的垃圾邮件箱中,并显示以下消息:

[注意:消息包含重定向URL内容]

问题1:

这条消息是关于什么的?我想这是因为我的服务器将发件人地址设置为“noreply@domain.com"

问题2:

有没有可能防止这种情况发生?可能只需要一些额外的配置


其他信息:

  • 接收邮件服务器位于我的公司。邮件通过赛门铁克消息网关进行检查。赛门铁克的描述如下:
重定向URL包括免费托管站点、URL缩短服务和 可能被滥用的URL重定向服务 垃圾邮件或恶意软件有效载荷。赛门铁克消息网关可以进行筛选 针对包含一个或多个重定向URL的电子邮件

  • 我的电子邮件程序是MS Outlook 2010
下面是我要发送的邮件的html模板:

   <body bgcolor="#f7f7f7">
    <table align="center" cellpadding="0" cellspacing="0" class="container-for-gmail-android" width="100%">
      <tr>
        <td align="left" valign="top" width="100%" style="background:repeat-x url(##obfuscated##) #ffffff;">
          <center>
          <img src="##obfuscated##" class="force-width-gmail">
            <table cellspacing="0" cellpadding="0" width="100%" bgcolor="#ffffff" background="##obfuscated##" style="background-color:transparent">
              <tr>
                <td width="100%" height="80" valign="top" style="text-align: center; vertical-align:middle;">

                  <center>
                    <table cellpadding="0" cellspacing="0" width="600" class="w320">
                      <tr>
                        <td class="pull-left mobile-header-padding-left" style="vertical-align: middle;">
                        <a href=""><img width="167" height="35" src="##obfuscated##" alt="logo"></a>
                        </td>

                      </tr>
                    </table>
                  </center>

                </td>
              </tr>
            </table>
          </center>
        </td>
      </tr>
      <tr>
        <td align="center" valign="top" width="100%" style="background-color: #f7f7f7;" class="content-padding">
          <center>
            <table cellspacing="0" cellpadding="0" width="600" class="w320">
              <tr>
                <td class="header-lg">
                  Hallo {{$name}}!
                </td>
              </tr>
              <tr>
                <td class="free-text">
                  Just a text
                </td>
              </tr>

            </table>
          </center>
        </td>
      </tr>
      <tr>
        <td align="center" valign="top" width="100%" style="background-color: #ffffff;  border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;">
          <center>
            <table cellpadding="0" cellspacing="0" width="600" class="w320">
              <tr>
                <td class="content-padding">
                  <table cellpadding="0" cellspacing="0" width="100%">
                    <tr>
                      <td class="header-md">
                        Just a text
                        <!-- something like:
                        <tr><td style="padding: 10px 10px 10px 0px;text-align: left;">'.$offline_posting->link.'</td><td style="padding: 10px 30px 10px 0px;">'.$offline_posting->job_id.'</td><td style="padding: 10px 0px 10px 0px;color: red;">offline</td></tr> -->
                      </td>
                    </tr>
                  </table>
                </td>
              </tr>
              <tr>
                <td style="padding-bottom: 75px;">
                  <table>
                    {{$postingslist}}
                  </table>


                </td>
              </tr>
                        <tr>
                <td class="button">
                  <div><!--[if mso]>
                    <v:rect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="http://188.166.43.201/" style="height:45px;v-text-anchor:middle;width:155px;" strokecolor="#ffffff" fillcolor="#73479c">
                      <w:anchorlock/>
                      <center style="color:#ffffff;font-family:Helvetica, Arial, sans-serif;font-size:14px;font-weight:regular;">check changes</center>
                    </v:rect>
                  <![endif]--><a class="button-mobile" href="http://188.166.43.201/"
                  style="background-color:#73479c;color:#ffffff;display:inline-block;font-family:'Cabin', Helvetica, Arial, sans-serif;font-size:14px;font-weight:regular;line-height:45px;text-align:center;text-decoration:none;width:155px;-webkit-text-size-adjust:none;mso-hide:all;">check changes</a></div>
                </td>
              </tr>
            </table>
          </center>
        </td>
      </tr>

      <tr>
        <td align="center" valign="top" width="100%" style="background-color: #f7f7f7; height: 100px;">
          <center>
            <table cellspacing="0" cellpadding="0" width="600" class="w320">
              <tr>
                <td style="padding: 25px 0 25px">
                  <strong>Heading</strong><br />
                  Coding by <a href="mailto:#myemail#">Me</a><br />
                  &copy; 2015 some company<br /><br />
                </td>
              </tr>
            </table>
          </center>
        </td>
      </tr>
    </table>

你好{{$name}}!
只是一条短信
只是一条短信
{{$postingslist}
标题
编码方式
&抄袭;2015年某公司


这将取决于您的接收邮件服务器为什么会添加该邮件或注意到这一点-因为该邮件说明了有关重定向URL内容的内容,然后你会想查看邮件中的URL,但这只是一个猜测,我们需要知道你正在使用什么样的垃圾邮件过滤器或邮件程序,因为它们的工作方式都有点不同

一些垃圾邮件过滤器会标记包含跟踪URL的电子邮件,但不是全部。当电子邮件中的文本看起来指向站点A时,其他人会标记内容,但HTML实际上会将链接指向站点B(也就是说,一些旨在让你认为你真的要去Paypal的东西,但却将你指向了一个钓鱼网站)

这里有一个例子。如果要将类似的内容发送到Mandrill进行处理:

<a href="http://example.com">example.com</a>

当应用Mandrill的跟踪链接时,它将出现在电子邮件中,如下所示,这看起来像是钓鱼,因为它看起来像是指向example.com,但实际上是先指向Mandrill/跟踪链接:

<a href="http://mandrill.com/track....">example.com</a>

要解决此问题,请确保显示的文本不是URL。因此,发送如下内容:

<a href="http://example.com">Click here to go to my site</a>


以上内容主要是基于邮件程序中显示的消息进行的猜测-同样,它会有所不同,因此了解更多信息会有所帮助。

最终为我自己找到了解决方案:

第一方面,确实是“检查更改”按钮将邮件声明为钓鱼邮件,但前缀[注意:邮件包含重定向URL内容]

这是因为我发送了一个完整的HTML文档,包括

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">

拆下相应的线解决了问题


谢谢大家

谢谢你非常有用的回答。我已经在我的问题中添加了一些额外的信息。就我个人而言,我看不到包含类似URL的文本的链接。我的报告还包含多个网页的URL字符串,这些字符串不再可用。我认识到办公室在他们身上放了一个链接。。。或者是山楂?