ILIAS
Release_4_4_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
class | Mail_smtp |
Namespaces | |
namespace | HTTP_Request |
namespace | |
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. | |
const | PEAR_MAIL_SMTP_ERROR_CONNECT = 10001 |
Error: Failed to connect to SMTP server. | |
const | PEAR_MAIL_SMTP_ERROR_AUTH = 10002 |
Error: SMTP authentication failure. | |
const | PEAR_MAIL_SMTP_ERROR_FROM = 10003 |
Error: No From: address has been provided. | |
const | PEAR_MAIL_SMTP_ERROR_SENDER = 10004 |
Error: Failed to set sender. | |
const | PEAR_MAIL_SMTP_ERROR_RECIPIENT = 10005 |
Error: Failed to add recipient. | |
const | PEAR_MAIL_SMTP_ERROR_DATA = 10006 |
Error: Failed to send data. |
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().