Bubu-framework 的电子邮件插件

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

This package is auto-updated.

Last update: 2024-09-13 17:50:49 UTC


README

用法

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


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

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