1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

doh, left existing HELO in place ...

git-svn-id: file:///svn/phpbb/trunk@2074 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-02-10 13:04:14 +00:00
parent ef87a7a6f6
commit 89d1a097fa

View File

@ -129,10 +129,6 @@ function smtpmail($mail_to, $subject, $message, $headers = "")
}
server_parse($socket, "220");
// Send the RFC821 specified HELO.
fputs($socket, "HELO " . $board_config['smtp_host'] . "\r\n");
server_parse($socket, "250");
if( !empty($board_config['smtp_username']) && !empty($board_config['smtp_password']) )
{
// Send the RFC2554 specified EHLO.