![]() |
Xataface Email Module
0.3.2
Email/Mailmerge Module for Xataface
|
Public Member Functions | |
| __construct () | |
| context ($arr=null, $debug=null) | |
| name ($host=null, $debug=null) | |
| path ($addr=null, $debug=null) | |
| priority ($level=null, $debug=null) | |
| from ($addr=null, $name=null, $charset=null, $encoding=null, $debug=null) | |
| addto ($addr=null, $name=null, $charset=null, $encoding=null, $debug=null) | |
| delto ($addr=null, $debug=null) | |
| addcc ($addr=null, $name=null, $charset=null, $encoding=null, $debug=null) | |
| delcc ($addr=null, $debug=null) | |
| addbcc ($addr=null, $debug=null) | |
| delbcc ($addr=null, $debug=null) | |
| addheader ($name=null, $value=null, $charset=null, $encoding=null, $debug=null) | |
| delheader ($name=null, $debug=null) | |
| subject ($content=null, $charset=null, $encoding=null, $debug=null) | |
| text ($content=null, $charset=null, $encoding=null, $debug=null) | |
| html ($content=null, $charset=null, $encoding=null, $debug=null) | |
| attach ($content=null, $type=null, $name=null, $charset=null, $encoding=null, $disposition=null, $id=null, $debug=null) | |
| delattach ($name=null, $debug=null) | |
| connect ($host=null, $port=null, $user=null, $pass=null, $vssl=null, $tout=null, $name=null, $context=null, $auth=null, $debug=null) | |
| disconnect ($resc=null, $debug=null) | |
| send ($resc=null, $debug=null) | |
Data Fields | |
| $From = null | |
| $To = array() | |
| $Cc = array() | |
| $Bcc = array() | |
| $Subject = null | |
| $Text = null | |
| $Html = null | |
| $Header = array() | |
| $Attach = array() | |
| $Host = null | |
| $Port = null | |
| $User = null | |
| $Pass = null | |
| $Vssl = null | |
| $Tout = null | |
| $Auth = null | |
| $Name = null | |
| $Path = null | |
| $Priority = null | |
| $Context = null | |
| $SendMail = '/usr/sbin/sendmail' | |
| $QMail = '/var/qmail/bin/sendmail' | |
| $History = array() | |
| $Result = null | |
| addcc | ( | $addr = null, |
|
$name = null, |
|||
$charset = null, |
|||
$encoding = null, |
|||
$debug = null |
|||
| ) |
| addheader | ( | $name = null, |
|
$value = null, |
|||
$charset = null, |
|||
$encoding = null, |
|||
$debug = null |
|||
| ) |
| addto | ( | $addr = null, |
|
$name = null, |
|||
$charset = null, |
|||
$encoding = null, |
|||
$debug = null |
|||
| ) |
| attach | ( | $content = null, |
|
$type = null, |
|||
$name = null, |
|||
$charset = null, |
|||
$encoding = null, |
|||
$disposition = null, |
|||
$id = null, |
|||
$debug = null |
|||
| ) |
| connect | ( | $host = null, |
|
$port = null, |
|||
$user = null, |
|||
$pass = null, |
|||
$vssl = null, |
|||
$tout = null, |
|||
$name = null, |
|||
$context = null, |
|||
$auth = null, |
|||
$debug = null |
|||
| ) |
| from | ( | $addr = null, |
|
$name = null, |
|||
$charset = null, |
|||
$encoding = null, |
|||
$debug = null |
|||
| ) |
| html | ( | $content = null, |
|
$charset = null, |
|||
$encoding = null, |
|||
$debug = null |
|||
| ) |
| subject | ( | $content = null, |
|
$charset = null, |
|||
$encoding = null, |
|||
$debug = null |
|||
| ) |
| text | ( | $content = null, |
|
$charset = null, |
|||
$encoding = null, |
|||
$debug = null |
|||
| ) |
1.8.1.2