Bubu-framework's email add-on

V1.0.1 2022-06-13 12:45 UTC

This package is auto-updated.

Last update: 2024-05-13 17:08:26 UTC


README

Usage

MailTemplate::emailVerification('email', 'message'); // return template


MailTemplate::sendEmailVerification('email', 'message'); // send mail

Mail::send('reception', 'subject', 'content');