Browse Source

updated smtp

Luke Ehresman 25 years ago
parent
commit
8d62a0abc8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      functions/smtp.php

+ 0 - 1
functions/smtp.php

@@ -31,7 +31,6 @@
       else
          $from = $from . " <$from_addr>";
 
-
       $smtpConnection = fsockopen($smtpServerAddress, $smtpPort, $errorNumber, $errorString);
       if (!$smtpConnection) {
          echo "Error connecting to SMTP Server.<br>";