SMTP::sendHello

Advertisement

Summery Summery

Send an SMTP HELO or EHLO command.

Syntax Syntax

SMTP::sendHello( string $hello, string $host )

Description Description

Low-level implementation used by hello()

Parameters Parameters

$hello

(Required) The HELO string

$host

(Required) The hostname to say we are

Return Return

(boolean)

Source Source

File: wp-includes/class-smtp.php


			

Advertisement

See also See also

Advertisement

Leave a Reply