Zend_Mail_Transport_SmtpSMTP connection object
Loads an instance of Zend_Mail_Protocol_Smtp and forwards smtp transactions
Located in /Mail/Transport/Smtp.php (line 48)
Zend_Mail_Transport_Abstract | --Zend_Mail_Transport_Smtp
string
$_auth
(line 79)
Authentication type OPTIONAL
array
$_config
(line 87)
Config options for authentication
Zend_Mail_Protocol_Smtp
$_connection
(line 95)
Instance of Zend_Mail_Protocol_Smtp
string
$_host
(line 55)
Remote smtp hostname or i.p.
string
$_name
= 'localhost' (line 71)
Local client hostname or i.p.
integer|null
$_port
(line 63)
Port number
Constructor __construct (line 105)
Constructor.
Destructor __destruct (line 127)
Class destructor to ensure all open connections are closed
getConnection (line 154)
Gets the connection protocol instance
setConnection (line 143)
Sets the connection protocol instance
_sendMail (line 167)
Send an email via the SMTP connection protocol
The connection via the protocol adapter is made just-in-time to allow a developer to add a custom adapter if required before mail is sent.
Documentation generated on Wed, 21 Feb 2007 12:03:00 -0800 by phpDocumentor 1.3.1