![]() |
Xataface Email Module 0.2
Email/Mailmerge Module for Xataface
|
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 |
| static auth | ( | $ | conn = null, |
| $ | user = null, |
||
| $ | pass = null, |
||
| $ | type = null, |
||
| $ | debug = null |
||
| ) | [static] |
| static connect | ( | $ | host = null, |
| $ | port = null, |
||
| $ | user = null, |
||
| $ | pass = null, |
||
| $ | vssl = null, |
||
| $ | tout = null, |
||
| $ | name = null, |
||
| $ | context = null, |
||
| $ | login = null, |
||
| $ | debug = null |
||
| ) | [static] |
| static data | ( | $ | conn = null, |
| $ | mess = null, |
||
| $ | debug = null |
||
| ) | [static] |
| static disconnect | ( | $ | conn = null, |
| $ | debug = null |
||
| ) | [static] |
| static ehlo | ( | $ | conn = null, |
| $ | host = null, |
||
| $ | debug = null |
||
| ) | [static] |
| static from | ( | $ | conn = null, |
| $ | addr = null, |
||
| $ | debug = null |
||
| ) | [static] |
| static helo | ( | $ | conn = null, |
| $ | host = null, |
||
| $ | debug = null |
||
| ) | [static] |
| static mxconnect | ( | $ | host = null, |
| $ | port = null, |
||
| $ | tout = null, |
||
| $ | name = null, |
||
| $ | context = null, |
||
| $ | debug = null |
||
| ) | [static] |
| static recv | ( | $ | conn = null, |
| $ | code1 = null, |
||
| $ | code2 = null, |
||
| $ | debug = null |
||
| ) | [static] |
| static send | ( | $ | conn = null, |
| $ | addrs = null, |
||
| $ | mess = null, |
||
| $ | from = null, |
||
| $ | debug = null |
||
| ) | [static] |
| static to | ( | $ | conn = null, |
| $ | addr = null, |
||
| $ | debug = null |
||
| ) | [static] |
1.7.4