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.