Documentation

SendMail
in package

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

Properties

$attachments

protected mixed $attachments = []

$content

protected mixed $content
protected mixed $email_footer

$email_header

protected mixed $email_header = 'RahulK'

$headers

protected mixed $headers = []

$subject

protected mixed $subject

Methods

__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

set_header()

public set_header(mixed $header_html) : mixed
Parameters
$header_html : mixed

get_template()

protected get_template() : mixed

        
On this page

Search results