Skip to content

twocore/mailr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mailr

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.

About

Swifter Mailer Bridge for Mako Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages