Detailed Description
Definition at line 51 of file Smtp.php.
Constructor & Destructor Documentation
__construct |
( |
$ |
host = '127.0.0.1' , |
|
|
Array $ |
config = array() |
|
) |
| |
Constructor.
- Parameters:
-
string | $host | OPTIONAL (Default: 127.0.0.1) |
array | null | $config | OPTIONAL (Default: null) |
- Returns:
- void
Definition at line 115 of file Smtp.php.
Class destructor to ensure all open connections are closed
- Returns:
- void
Definition at line 137 of file Smtp.php.
Member Function Documentation
_prepareHeaders |
( |
$ |
headers ) |
[protected] |
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.
- Returns:
- void
Reimplemented from Zend_Mail_Transport_Abstract.
Definition at line 181 of file Smtp.php.
Gets the connection protocol instance
- Returns:
- Zend_Mail_Protocol|null
Definition at line 168 of file Smtp.php.
Sets the connection protocol instance
- Parameters:
-
- Returns:
- void
Definition at line 157 of file Smtp.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Mail/Transport/Smtp.php