ajgl/swiftmailer-mailer
SwiftMailer Mailer Bridge.
Maintainers
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT ff1c0cc45134ee028966281d079a69f4682c0755
- Antonio J. García Lagar <aj.woop@garcialagar.es>
This package is auto-updated.
Last update: 2025-11-24 08:39:24 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.
