SMTP::hello

Advertisement

Summery Summery

Send an SMTP HELO or EHLO command.

Syntax Syntax

SMTP::hello( string $host = '' )

Description Description

Used to identify the sending server to the receiving server. This makes sure that client and server are in a known state. Implements RFC 821: HELO and RFC 2821 EHLO.

Parameters Parameters

$host

(Optional) The host name or IP to connect to

Default value: ''

Return Return

(boolean)

Source Source

File: wp-includes/class-smtp.php


			

Advertisement

Advertisement

Leave a Reply