Email
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- compose() : Email
- Configures the email body.
- send() : bool
- Sends the Sendgrid email.
Properties
private
mixed
$email
$sendgrid
private
mixed
$sendgrid
Methods
__construct()
public
__construct() : mixed
compose()
Configures the email body.
public
compose(array<string|int, mixed>|mixed $settings) : Email
Parameters
- $settings : array<string|int, mixed>|mixed
Return values
Emailsend()
Sends the Sendgrid email.
public
send() : bool