Constructor
void
__construct
([string $sMailType = "txt"], [string $sFrom = null], [string $sReplyTo = null])
-
string
$sMailType: default is txt
-
string
$sFrom
-
string
$sReplyTo
Send the e-mail It prepare header, object and all the other field and send the e-mail
void
send
([string $sObject = null], [string $sMessage = null], [string $sCharSet = null])
-
string
$sObject
-
string
$sMessage
-
string
$sCharSet
void
setFrom
(string $sFrom)
void
setHeader
(mixed $sHeader, string $sFrom)
It also check if specified type exists and is supported
void
setMailType
(mixed $sMailType, string $sFrom)
void
setMessage
(mixed $sMessage, string $sFrom)
void
setObject
(mixed $sObject, string $sFrom)
void
setReplyTo
(mixed $sReplyTo, string $sFrom)
void
setSend_BCC
(mixed $aSend_BCC, array $sFrom)
void
setSend_CC
(mixed $aSend_CC, array $sFrom)
void
setSend_To
(mixed $aSendTo, array $sFrom)
a temporary address controls...
boolean
validateAddress
(string $address)