ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Go to the source code of this file.
Data Structures | |
class | Mail_smtp |
Namespaces | |
HTTP_Request | |
internal PHP-mail() implementation of the PEAR Mail:: interface. | |
Variables | |
const | PEAR_MAIL_SMTP_ERROR_CREATE 10000 |
Error: Failed to create a Net_SMTP object. More... | |
const | PEAR_MAIL_SMTP_ERROR_CONNECT 10001 |
Error: Failed to connect to SMTP server. More... | |
const | PEAR_MAIL_SMTP_ERROR_AUTH 10002 |
Error: SMTP authentication failure. More... | |
const | PEAR_MAIL_SMTP_ERROR_FROM 10003 |
Error: No From: address has been provided. More... | |
const | PEAR_MAIL_SMTP_ERROR_SENDER 10004 |
Error: Failed to set sender. More... | |
const | PEAR_MAIL_SMTP_ERROR_RECIPIENT 10005 |
Error: Failed to add recipient. More... | |
const | PEAR_MAIL_SMTP_ERROR_DATA 10006 |
Error: Failed to send data. More... | |
const PEAR_MAIL_SMTP_ERROR_AUTH 10002 |
Error: SMTP authentication failure.
Definition at line 54 of file smtp.php.
Referenced by Mail_smtp\getSMTPObject().
const PEAR_MAIL_SMTP_ERROR_CONNECT 10001 |
Error: Failed to connect to SMTP server.
Definition at line 51 of file smtp.php.
Referenced by Mail_smtp\getSMTPObject().
const PEAR_MAIL_SMTP_ERROR_CREATE 10000 |
Error: Failed to create a Net_SMTP object.
Definition at line 48 of file smtp.php.
Referenced by Mail_smtp\getSMTPObject().
const PEAR_MAIL_SMTP_ERROR_DATA 10006 |
const PEAR_MAIL_SMTP_ERROR_FROM 10003 |
Error: No From: address has been provided.
Definition at line 57 of file smtp.php.
Referenced by Mail_smtp\send().
const PEAR_MAIL_SMTP_ERROR_RECIPIENT 10005 |
Error: Failed to add recipient.
Definition at line 63 of file smtp.php.
Referenced by Mail_smtp\send().
const PEAR_MAIL_SMTP_ERROR_SENDER 10004 |
Error: Failed to set sender.
Definition at line 60 of file smtp.php.
Referenced by Mail_smtp\send().