Zend_Mail_Transport_SmtpSMTP connection object
Loads an instance of Zend_Mail_Protocol_Smtp and forwards smtp transactions
Located in /Zend/Mail/Transport/Smtp.php (line 47)
Zend_Mail_Transport_Abstract | --Zend_Mail_Transport_Smtp
string
$_auth
(line 78)
Authentication type OPTIONAL
array
$_config
(line 86)
Config options for authentication
Zend_Mail_Protocol_Smtp
$_connection
(line 94)
Instance of Zend_Mail_Protocol_Smtp
string
$_host
(line 54)
Remote smtp hostname or i.p.
string
$_name
= 'localhost' (line 70)
Local client hostname or i.p.
integer|null
$_port
(line 62)
Port number
Inherited from Zend_Mail_Transport_Abstract
Zend_Mail_Transport_Abstract::$body
Zend_Mail_Transport_Abstract::$boundary
Zend_Mail_Transport_Abstract::$EOL
Zend_Mail_Transport_Abstract::$header
Zend_Mail_Transport_Abstract::$recipients
Zend_Mail_Transport_Abstract::$_headers
Zend_Mail_Transport_Abstract::$_isMultipart
Zend_Mail_Transport_Abstract::$_mail
Zend_Mail_Transport_Abstract::$_parts
Constructor __construct (line 104)
Constructor.
Destructor __destruct (line 126)
Class destructor to ensure all open connections are closed
getConnection (line 153)
Gets the connection protocol instance
setConnection (line 142)
Sets the connection protocol instance
_sendMail (line 166)
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.
Inherited From Zend_Mail_Transport_Abstract
Zend_Mail_Transport_Abstract::send()
Zend_Mail_Transport_Abstract::_buildBody()
Zend_Mail_Transport_Abstract::_formatHeader()
Zend_Mail_Transport_Abstract::_getHeaders()
Zend_Mail_Transport_Abstract::_prepareHeaders()
Zend_Mail_Transport_Abstract::_sendMail()
Documentation generated on Wed, 21 Feb 2007 11:59:53 -0800 by phpDocumentor 1.3.1