浏览代码

updated smtp

Luke Ehresman 25 年之前
父节点
当前提交
8d62a0abc8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      functions/smtp.php

+ 0 - 1
functions/smtp.php

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