eZ Publish  [4.2]
smtp Class Reference

List of all members.

Public Member Functions

 auth ()
 connect ($params=array())
 data ()
 ehlo ()
 get_data ()
 helo ()
 is_connected ()
 mail ($from)
 quit ()
 rcpt ($to)
 rset ()
 send ($params=array())
 send_cmd ($msg, $answer)
 send_data ($data)
 set ($var, $value)
 smtp ($params=array())

Public Attributes

 $auth
 $authenticated
 $BccRecipients
 $body
 $CcRecipients
 $connection
 $errors
 $from
 $headers
 $helo
 $host
 $pass
 $port
 $recipients
 $status
 $timeout
 $user
const CRLF = "\r\n"
const STATUS_CONNECTED = 2
const STATUS_NOT_CONNECTED = 1

Detailed Description

Definition at line 9 of file ezsmtp.php.


Member Function Documentation

smtp::auth ( )

Definition at line 221 of file ezsmtp.php.

Referenced by connect(), send(), and smtp().

smtp::connect ( params = array())

Definition at line 74 of file ezsmtp.php.

smtp::data ( )

Definition at line 275 of file ezsmtp.php.

Referenced by send().

smtp::ehlo ( )

Definition at line 184 of file ezsmtp.php.

Referenced by connect().

smtp::get_data ( )

Definition at line 309 of file ezsmtp.php.

Referenced by connect(), send(), and send_cmd().

smtp::helo ( )

Definition at line 174 of file ezsmtp.php.

Referenced by connect(), ehlo(), and smtp().

smtp::is_connected ( )

Definition at line 286 of file ezsmtp.php.

Referenced by send().

smtp::mail ( from)

Definition at line 246 of file ezsmtp.php.

Referenced by send().

smtp::quit ( )

Definition at line 204 of file ezsmtp.php.

smtp::rcpt ( to)

Definition at line 260 of file ezsmtp.php.

Referenced by send().

smtp::rset ( )

Definition at line 194 of file ezsmtp.php.

smtp::send ( params = array())

Definition at line 113 of file ezsmtp.php.

smtp::send_cmd ( msg,
answer 
)

Definition at line 342 of file ezsmtp.php.

Referenced by auth(), data(), ehlo(), helo(), mail(), quit(), rcpt(), and rset().

smtp::send_data ( data)

Definition at line 295 of file ezsmtp.php.

Referenced by send(), and send_cmd().

smtp::set ( var,
value 
)

Definition at line 333 of file ezsmtp.php.

smtp::smtp ( params = array())

Definition at line 49 of file ezsmtp.php.


Member Data Documentation

smtp::$auth

Definition at line 29 of file ezsmtp.php.

smtp::$authenticated

Definition at line 15 of file ezsmtp.php.

smtp::$BccRecipients

Definition at line 19 of file ezsmtp.php.

smtp::$body

Definition at line 24 of file ezsmtp.php.

Referenced by send().

smtp::$CcRecipients

Definition at line 18 of file ezsmtp.php.

smtp::$connection

Definition at line 16 of file ezsmtp.php.

smtp::$errors

Definition at line 22 of file ezsmtp.php.

smtp::$from

Definition at line 25 of file ezsmtp.php.

Referenced by mail().

smtp::$headers

Definition at line 20 of file ezsmtp.php.

Referenced by send().

smtp::$helo

Definition at line 28 of file ezsmtp.php.

smtp::$host

Definition at line 26 of file ezsmtp.php.

smtp::$pass

Definition at line 31 of file ezsmtp.php.

smtp::$port

Definition at line 27 of file ezsmtp.php.

smtp::$recipients

Definition at line 17 of file ezsmtp.php.

smtp::$status

Definition at line 23 of file ezsmtp.php.

smtp::$timeout

Definition at line 21 of file ezsmtp.php.

smtp::$user

Definition at line 30 of file ezsmtp.php.

const smtp::CRLF = "\r\n"

Definition at line 13 of file ezsmtp.php.

Referenced by get_data(), and send().

Definition at line 12 of file ezsmtp.php.

Referenced by connect(), and is_connected().

Definition at line 11 of file ezsmtp.php.

Referenced by quit(), and smtp().


The documentation for this class was generated from the following file: