Emailservice

Overview
EmailService sends e-mail through a configurable provider like Local or SMTP.

Usage

$email = service('email');
$email->send('user@example.com', 'no-reply@example.com', 'Subject', 'Body');

Do's

Don'ts