Detailed Description
Definition at line 48 of file Smtp.php.
Constructor & Destructor Documentation
__construct |
( |
$ |
host = '127.0.0.1' , |
|
|
$ |
port = null , |
|
|
array $ |
config = array() |
|
) |
| |
Member Function Documentation
_ehlo |
( |
$ |
host ) |
[protected] |
Send EHLO or HELO depending on capabilities of smtp host
- Parameters:
-
string | $host | The client hostname or IP address (default: 127.0.0.1) |
- Exceptions:
-
- Returns:
- void
Definition at line 228 of file Smtp.php.
_startSession |
( |
) |
[protected] |
Start mail session
- Returns:
- void
Definition at line 428 of file Smtp.php.
_stopSession |
( |
) |
[protected] |
Stop mail session
- Returns:
- void
Definition at line 439 of file Smtp.php.
Closes connection
- Returns:
- void
Definition at line 417 of file Smtp.php.
helo |
( |
$ |
host = '127.0.0.1' ) |
|
Issues the NOOP command end validates answer
Not used by Zend_Mail, could be used to keep a connection alive or check if it is still open.
- Returns:
- void
Definition at line 355 of file Smtp.php.
Issues the QUIT command and clears the current session
- Returns:
- void
Definition at line 382 of file Smtp.php.
Issues the RSET command end validates answer
Can be used to restore a clean smtp communication state when a transaction has been cancelled or commencing a new transaction.
- Returns:
- void
Definition at line 336 of file Smtp.php.
Issues the VRFY command end validates answer
Not used by Zend_Mail.
- Parameters:
-
string | $user | User Name or eMail to verify |
- Returns:
- void
Definition at line 370 of file Smtp.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Mail/Protocol/Smtp.php