ajgl/swiftmailer-mailer

SwiftMailer Mailer Bridge.

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ajgl/swiftmailer-mailer

0.1.1 2019-06-06 13:40 UTC

This package is auto-updated.

Last update: 2025-10-07 04:04:02 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.