email Mailer module for Infuse Framework Installation Install the package with composer: composer require infuse/email Add the email service to your config.php 'services' => [ // ... 'mailer' => 'Infuse\Email\MailerService' // ... ]