require_once 'NET/SMTP.php';
void constructor Net_SMTP::Net_SMTP ([string $host = NULL [, int $port = NULL [, string $localhost = NULL]]])
void constructor Net_SMTP::Net_SMTP
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.