Documentation

EmailHandler

Table of Contents

__construct()  : void
Send the email msg.

Methods

__construct()

Send the email msg.

public __construct((string) $subject, (\alphaz\Auth\mixeds) $html, (mixed) $email) : void
Parameters
$subject : (string)

subject of email

$html : (\alphaz\Auth\mixeds)

body of email

$email : (mixed)

user email

Tags
since
1.0.0
Return values
void

Search results