mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
ef87a7a6f6
commit
89d1a097fa
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue