Xataface Email Module 0.2
Email/Mailmerge Module for Xataface
Static Public Member Functions | Data Fields
SMTP5 Class Reference

Static Public Member Functions

static mxconnect ($host=null, $port=null, $tout=null, $name=null, $context=null, $debug=null)
static connect ($host=null, $port=null, $user=null, $pass=null, $vssl=null, $tout=null, $name=null, $context=null, $login=null, $debug=null)
static send ($conn=null, $addrs=null, $mess=null, $from=null, $debug=null)
static disconnect ($conn=null, $debug=null)
static quit ($conn=null, $debug=null)
static helo ($conn=null, $host=null, $debug=null)
static ehlo ($conn=null, $host=null, $debug=null)
static auth ($conn=null, $user=null, $pass=null, $type=null, $debug=null)
static from ($conn=null, $addr=null, $debug=null)
static to ($conn=null, $addr=null, $debug=null)
static data ($conn=null, $mess=null, $debug=null)
static rset ($conn=null, $debug=null)
static recv ($conn=null, $code1=null, $code2=null, $debug=null)

Data Fields

const CRLF = "\r\n"
const PORT = 25
const TOUT = 30
const COUT = 5
const BLEN = 1024

Detailed Description

Definition at line 27 of file SMTP5.php.


Member Function Documentation

static auth ( conn = null,
user = null,
pass = null,
type = null,
debug = null 
) [static]

Definition at line 288 of file SMTP5.php.

static connect ( host = null,
port = null,
user = null,
pass = null,
vssl = null,
tout = null,
name = null,
context = null,
login = null,
debug = null 
) [static]

Definition at line 84 of file SMTP5.php.

static data ( conn = null,
mess = null,
debug = null 
) [static]

Definition at line 386 of file SMTP5.php.

static disconnect ( conn = null,
debug = null 
) [static]

Definition at line 216 of file SMTP5.php.

static ehlo ( conn = null,
host = null,
debug = null 
) [static]

Definition at line 265 of file SMTP5.php.

static from ( conn = null,
addr = null,
debug = null 
) [static]

Definition at line 346 of file SMTP5.php.

static helo ( conn = null,
host = null,
debug = null 
) [static]

Definition at line 242 of file SMTP5.php.

static mxconnect ( host = null,
port = null,
tout = null,
name = null,
context = null,
debug = null 
) [static]

Definition at line 64 of file SMTP5.php.

static quit ( conn = null,
debug = null 
) [static]

Definition at line 228 of file SMTP5.php.

static recv ( conn = null,
code1 = null,
code2 = null,
debug = null 
) [static]

Definition at line 435 of file SMTP5.php.

static rset ( conn = null,
debug = null 
) [static]

Definition at line 420 of file SMTP5.php.

static send ( conn = null,
addrs = null,
mess = null,
from = null,
debug = null 
) [static]

Definition at line 171 of file SMTP5.php.

static to ( conn = null,
addr = null,
debug = null 
) [static]

Definition at line 366 of file SMTP5.php.


Field Documentation

const BLEN = 1024

Definition at line 33 of file SMTP5.php.

const COUT = 5

Definition at line 32 of file SMTP5.php.

const CRLF = "\r\n"

Definition at line 29 of file SMTP5.php.

const PORT = 25

Definition at line 30 of file SMTP5.php.

const TOUT = 30

Definition at line 31 of file SMTP5.php.


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Enumerations