Email
in package
Tags
Table of Contents
Properties
- $_debug : mixed
- $_sendgrid : SendGrid
- $_sendgridmail : SendGridMail
- $core : mixed
- $data : mixed
- $error : mixed
- $errorMsg : mixed
Methods
- checkValidEmail() : mixed
- Email() : mixed
- getError() : mixed
- isDebug() : mixed
- isError() : mixed
- send() : mixed
- setBcc() : mixed
- setCategory() : mixed
- setCc() : mixed
- setDebug() : mixed
- setError() : mixed
- setFrom() : mixed
- setFromName() : mixed
- setHtml() : mixed
- setHtmlBody() : mixed
- setHtmlTemplate() : mixed
- setSubject() : mixed
- setText() : mixed
- setTextBody() : mixed
- setTo() : mixed
- useSendGridCredentials() : mixed
Properties
$_debug
public
mixed
$_debug
= \false
$_sendgrid
public
SendGrid
$_sendgrid
= \null
$_sendgridmail
public
SendGridMail
$_sendgridmail
= \null
$core
public
mixed
$core
= \null
$data
public
mixed
$data
= array()
$error
public
mixed
$error
= \false
$errorMsg
public
mixed
$errorMsg
= ''
Methods
checkValidEmail()
public
checkValidEmail(mixed $email) : mixed
Parameters
- $email : mixed
Email()
public
Email(Core7 &$core[, mixed $params = [] ]) : mixed
Parameters
- $core : Core7
- $params : mixed = []
getError()
public
getError() : mixed
isDebug()
public
isDebug() : mixed
isError()
public
isError() : mixed
send()
public
send(mixed $to) : mixed
Parameters
- $to : mixed
setBcc()
public
setBcc(mixed $bcc) : mixed
Parameters
- $bcc : mixed
setCategory()
public
setCategory(mixed $txt) : mixed
Parameters
- $txt : mixed
setCc()
public
setCc(mixed $cc) : mixed
Parameters
- $cc : mixed
setDebug()
public
setDebug(mixed $boolean) : mixed
Parameters
- $boolean : mixed
setError()
public
setError(mixed $msg) : mixed
Parameters
- $msg : mixed
setFrom()
public
setFrom(mixed $txt) : mixed
Parameters
- $txt : mixed
setFromName()
public
setFromName(mixed $txt) : mixed
Parameters
- $txt : mixed
setHtml()
public
setHtml(mixed $txt) : mixed
Parameters
- $txt : mixed
setHtmlBody()
public
setHtmlBody(mixed $txt) : mixed
Parameters
- $txt : mixed
setHtmlTemplate()
public
setHtmlTemplate(mixed $txt) : mixed
Parameters
- $txt : mixed
setSubject()
public
setSubject(mixed $txt) : mixed
Parameters
- $txt : mixed
setText()
public
setText(mixed $txt) : mixed
Parameters
- $txt : mixed
setTextBody()
public
setTextBody(mixed $txt) : mixed
Parameters
- $txt : mixed
setTo()
public
setTo(mixed $txt) : mixed
Parameters
- $txt : mixed
useSendGridCredentials()
public
useSendGridCredentials([mixed $user = '' ][, mixed $passw = '' ]) : mixed
Parameters
- $user : mixed = ''
- $passw : mixed = ''