infuse/email

Mailer module for Infuse Framework

1.2.1 2017-06-29 12:53 UTC

This package is auto-updated.

Last update: 2024-04-13 07:06:30 UTC


README

Build Status Coverage Status Latest Stable Version Total Downloads HHVM Status

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'
	// ...
]