inspiredminds/symfony-mailer-command-bundle

Implements a mailer:send command for the Symfony Mailer within the Symfony Framework.

Fund package maintenance!
fritzmg

Installs: 4 426

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.1 2022-10-04 16:41 UTC

This package is auto-updated.

Last update: 2024-04-04 20:18:05 UTC


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.