twocore/mailr

Swifter Mailer Bridge for Mako Framework

0.1.0 2021-07-28 11:48 UTC

This package is auto-updated.

Last update: 2024-03-28 18:01:15 UTC


README

Swifter Mailer Bridge for Mako Framework

Install

You can install the package through composer:

composer require twocore/mailr

So now you can update your project with a single command.

composer update

Register Service

After installing you'll have to register the package in your app/config/application.php file:

'packages' =>
[
    ...
    'core' =>
    [
        ...
        twocore\mailr\MailrPackage::class,
    ]
    ...
],

Info

Currently only the Swift_SmtpTransport is supported.