ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f870
All Data Structures Namespaces Files Functions Variables Modules Pages
smtp.php File Reference

Go to the source code of this file.

Data Structures

class  Mail_smtp
 

Namespaces

 HTTP_Request
 
 Mail
 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...
 

Variable Documentation

◆ PEAR_MAIL_SMTP_ERROR_AUTH

const PEAR_MAIL_SMTP_ERROR_AUTH 10002

Error: SMTP authentication failure.

Definition at line 54 of file smtp.php.

Referenced by Mail_smtp\getSMTPObject().

◆ PEAR_MAIL_SMTP_ERROR_CONNECT

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().

◆ PEAR_MAIL_SMTP_ERROR_CREATE

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().

◆ PEAR_MAIL_SMTP_ERROR_DATA

const PEAR_MAIL_SMTP_ERROR_DATA 10006

Error: Failed to send data.

Definition at line 66 of file smtp.php.

Referenced by Mail_smtp\send().

◆ PEAR_MAIL_SMTP_ERROR_FROM

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().

◆ PEAR_MAIL_SMTP_ERROR_RECIPIENT

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().

◆ PEAR_MAIL_SMTP_ERROR_SENDER

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().