mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +02: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:
@ -129,10 +129,6 @@ function smtpmail($mail_to, $subject, $message, $headers = "")
|
|||||||
}
|
}
|
||||||
server_parse($socket, "220");
|
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']) )
|
if( !empty($board_config['smtp_username']) && !empty($board_config['smtp_password']) )
|
||||||
{
|
{
|
||||||
// Send the RFC2554 specified EHLO.
|
// Send the RFC2554 specified EHLO.
|
||||||
|
Reference in New Issue
Block a user