Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 241 Bytes

Email add-on

Usage

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


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

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