minor bugfix, first line of message used to remove preceeding spaces.
[squirrelmail.git] / functions / smtp.php
index b87dc0ca235e3601a3cadec7d10f3116468625df..049b8da20a0bcb3d3d5f6c169fb3e68c836d29a0 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
    /** smtp.php
     **
     ** This contains all the functions needed to send messages through
    }
 
    function sendMessage($t, $c, $b, $subject, $body) {
-      global $useSendmail;
+      global $useSendmail, $msg_id, $is_reply;
       global $data_dir, $username, $domain, $key, $version, $sent_folder, $imapServerAddress, $imapPort;
 
       if ($useSendmail==true) {