Table of Contents
Properties
-
$attachments
: mixed
-
$content
: mixed
-
$email_footer
: mixed
-
$email_header
: mixed
-
$headers
: mixed
-
$subject
: mixed
-
$to
: mixed
Methods
-
__construct()
: mixed
-
send()
: mixed
-
set_footer()
: mixed
-
set_header()
: mixed
-
get_template()
: mixed
$attachments
protected
mixed
$attachments
= []
$content
protected
mixed
$content
protected
mixed
$email_footer
protected
mixed
$email_header
= 'RahulK'
protected
mixed
$headers
= []
$subject
protected
mixed
$subject
$to
protected
mixed
$to
__construct()
public
__construct(mixed $to, mixed $subject, mixed $content[, mixed $headers = [] ][, mixed $attachments = [] ]) : mixed
Parameters
-
$to
: mixed
-
-
$subject
: mixed
-
-
$content
: mixed
-
-
$headers
: mixed
= []
-
-
$attachments
: mixed
= []
-
send()
public
send() : mixed
public
set_footer(mixed $footer_html) : mixed
Parameters
-
$footer_html
: mixed
-
public
set_header(mixed $header_html) : mixed
Parameters
-
$header_html
: mixed
-
get_template()
protected
get_template() : mixed