inspiredminds / symfony-mailer-command-bundle
Implements a mailer:send command for the Symfony Mailer within the Symfony Framework.
Fund package maintenance!
fritzmg
Installs: 3 204
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.1
- symfony/console: ^5.4 || ^6.1
- symfony/http-kernel: ^5.4 || ^6.1
- symfony/mailer: ^5.4 || ^6.1
- symfony/mime: ^5.4 || ^6.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16 || ^3.0
README
Adds a simple mailer:send
command to the project, which works the same as the old swiftmailer:email:send
command.
To enable, add
InspiredMinds\SymfonyMailerCommandBundle\SymfonyMailerCommandBundle::class => ['all' => true]
to your config/bundles.php
.