48 ?
string $bodyHtml =
null,
51 $body = $bodyHtml ? [
'text' => $bodyText,
'html' => $bodyHtml ] : $bodyText;
Stores a single person's name and email address.
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Collection of static functions for sending mail.
static send( $to, $from, $subject, $body, $options=[])
This function will perform a direct (authenticated) login to a SMTP Server to use for mail relaying i...