<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#336666" bgcolor="#ffffff">
    <font size="-1"><font face="Trebuchet MS">Hello,<br>
        <br>
        the is a bug in the sendNotificationToGroups function in
        include\utils\CommonUtils.php that makes that the send_mail
        function does not find the attachments for the notification
        email.<br>
        <br>
        It applies in 5.1.0 and 5.2.0.<br>
        <br>
        Solution is to change this line:<br>
        <br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $mail_status =
        send_mail('Emails',$emailadd,$current_user-&gt;user_name,'','Record
        created-vTiger Team',$description,'','','all',$focus-&gt;id);<br>
        <br>
        for this one:<br>
        <br>
        &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $mail_status =
        send_mail('Emails',$emailadd,$current_user-&gt;user_name,'','Record
        created-vTiger Team',$description,'','','all',$crmid);<br>
        <br>
        <br>
        Regards,<br>
        <br>
      </font></font>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta content="MSHTML 6.00.2900.5583" name="GENERATOR">
      <div align="left"><a href="http://www.c3po.es"><img style="width:
            100px; height: 75px;" alt=""
            src="cid:part1.03040003.04080700@c3po.es" vspace="2"
            align="left" border="0" hspace="0"></a></div>
      <div align="left"><font color="#0000ff" face="Arial" size="4"><strong>C3PO
            S.A.</strong></font></div>
      <div align="left"><font face="Arial" size="2"><strong>Xavier Mon&eacute;s</strong></font></div>
      <div align="left"><font face="Arial" size="1"><strong>Tel:</strong>
          +34 934.179.955</font></div>
      <div align="left"><font face="Arial" size="1"><strong>Fax:</strong>
          +34 932.531.280</font></div>
      <div align="left"><font face="Arial" size="1">Alejandro Goicoechea
          6 &middot; Local 9 &middot; 08960 Sant Just Desvern (Spain)</font></div>
      <div align="left"><font face="Arial" size="1"><a
            href="mailto:xmm@c3po.es">xmm@c3po.es</a> &middot; <a
            href="http://www.c3po.es">www.c3po.es</a> <a
            href="http://www.c3po.eu">www.c3po.eu</a> <a
            href="http://www.c3po.cat">www.c3po.cat</a></font></div>
      <div align="left">&nbsp;</div>
      <div align="left">
        <hr width="100%" align="left" color="#808080" noshade="noshade"
          size="1"> <font color="#808080" face="Arial" size="2">La
          informaci&oacute;n contenida en este mensaje y los archivos adjuntos
          son confidenciales. Si usted recibe este mensaje por error
          debe destruirlo sin copiarlo ni comunicarlo e informar
          inmediatamente por correo electr&oacute;nico al emisor del mensaje.
          Cualquier comunicaci&oacute;n, copia, distribuci&oacute;n u otro uso de esta
          informaci&oacute;n no autorizado expresamente por el emisor del
          mensaje est&aacute; prohibido legalmente.</font>
        <hr width="100%" align="left" color="#808080" noshade="noshade"
          size="1"> <font color="#808080" face="Arial" size="2">The
          information contained in this message and its attachments are
          confidential. If you have received this message by mistake,
          you must delete it without making any copy and communication.
          Furthermore, you have to immediately inform by e-mail about
          this incident to the sender. Any disclosure, reproduction,
          distribution or other of this information without the express
          permission of the sender it is legally prohibited.</font>
        <hr width="100%" align="left" color="#808080" noshade="noshade"
          size="1">
      </div>
    </div>
  </body>
</html>