Luke Ehresman 25 gadi atpakaļ
vecāks
revīzija
8d62a0abc8
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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>";