Explorar o código

fixed bug with one line length text message with an attachment not displaying.

Luke Ehresman %!s(int64=25) %!d(string=hai) anos
pai
achega
a4c2d2066c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -245,7 +245,7 @@
             $body .= "Content-Type: text/plain\r\n";
 
          $body .= "Content-Transfer-Encoding: 8bit\r\n\r\n";
-         $body .= sqStripSlashes($passedBody) . "\r\n";
+         $body .= sqStripSlashes($passedBody) . "\r\n\r\n";
          fputs ($fp, $body);
 
          $attachmentlength = attachFiles($fp);