void constructor Net_SMTP::Net_SMTP (
string $host
= null
, int $port
= null
, string $localhost
= null
)
Constructor,Instantiates a new Net_SMTP object.
$host
The server to connect to.
$port
The port to connect to.
$localhost
The value to give when sending EHLO or HELO.
throws no exceptions thrown
This function can not be called statically.