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
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: 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.