ajgl / swiftmailer-mailer
SwiftMailer Mailer Bridge.
0.1.1
2019-06-06 13:40 UTC
Requires
- goetas/to-swift-mime-parser: ^2.2
- swiftmailer/swiftmailer: ^6.2
- symfony/mailer: ^4.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.13
- overtrue/phplint: ^1.1
- symfony/framework-bundle: ^4.3.1
- symfony/phpunit-bridge: ^4.3
This package is auto-updated.
Last update: 2024-11-07 01:59:19 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.