Jelajahi Sumber

updated smtp

Luke Ehresman 25 tahun lalu
induk
melakukan
8d62a0abc8
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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>";