ajgl/swiftmailer-mailer

SwiftMailer Mailer Bridge.

0.1.1 2019-06-06 13:40 UTC

This package is auto-updated.

Last update: 2024-04-07 00:53:31 UTC


README

The AjglSwiftmailerMailer is a Swift Mailer bridge for Symfony Mailer.

Installation

To install the latest stable version of this component, open a console and execute the following command:

$ composer require --dev ajgl/swiftmailer-mailer

Usage

TBD

Symfony Bundle

Enable the bundle in your bundles.php file:

<?php

return [
    //...
    Ajgl\SwiftmailerMailer\Bundle\AjglSwiftmailerMailerBundle::class => ['dev' => true, 'test' => true],
    //...
];

❮ NOTE ❯: The bundle will override the default mailer transport. See Symfony Bug #31385 to see why.

License

This component is under the MIT license. See the complete license in the LICENSE file.

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

Author Information

Developed with ♥ by Antonio J. García Lagar.

If you find this component useful, please add a ★ in the GitHub repository page.