-
Notifications
You must be signed in to change notification settings - Fork 1
kaythinks edited this page Apr 10, 2020
·
2 revisions
The Mail class has only one method namely,
public static function sendEmail(string $toRecipientEmail, string $toRecipientFullName, string $subject, string $body) : mixed
It can be called by e.g Mail::sendEmail($recipientEmail, $recipientFullName, $subject, $body);
Made with love in Naija