email
__construct
(string $from, string $subject, [string $replyto = ''], [string $notificationto = ''], [string $useragent = 'PHP/ReptilerEMailClass'])
-
string
$from
-
string
$subject
-
string
$replyto
-
string
$notificationto
-
string
$useragent
void
addattachment
(string $filename, [bool $inline = false])
-
string
$filename
-
bool
$inline
void
addhtmlbody
(string $body)
void
addrecipient
(string $recipient, [string $type = 'To'])
-
string
$recipient
-
string
$type
void
addtextbody
(string $body)