Introduction and Guide | Net_SMTP::auth |
Net_SMTP | |
PEAR Manual | |
require_once 'NET/SMTP.php'; |
void constructor Net_SMTP::Net_SMTP (
string $host = NULL
, int $port = NULL
, string $localhost = NULL
)
Constructor,Instantiates a new Net_SMTP object.
The server to connect to.
The port to connect to.
The value to give when sending EHLO or HELO.
throws no exceptions thrown
This function can not be called statically.
Introduction and Guide | Net_SMTP::auth |
Net_SMTP | |
PEAR Manual | |