From 88e0720ec02ad17b6f715733105e508364fd3895 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Thu, 6 Jan 2000 18:46:40 +0000 Subject: [PATCH] updated smtp git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@111 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/smtp.php b/functions/smtp.php index 06f45dca..a5b7934a 100644 --- a/functions/smtp.php +++ b/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.
"; -- 2.25.1