updated smtp
[squirrelmail.git] / functions / smtp.php
index 06f45dca0d43e4b79f3bced5c4821517e50fa998..a5b7934a02fca2bfeef32346edf536c2c268c635 100644 (file)
@@ -31,7 +31,6 @@
       else
          $from = $from . " <$from_addr>";
 
-
       $smtpConnection = fsockopen($smtpServerAddress, $smtpPort, $errorNumber, $errorString);
       if (!$smtpConnection) {
          echo "Error connecting to SMTP Server.<br>";