Install with Composer:
composer require freshheads/mailer-bundle symfony/mailer
Register the bundle:
// config/bundles.php
return [
// ...
FH\Bundle\MailerBundle\FHMailerBundle::class => [ 'all' => true ]
];
Configure your development or debugging environments:
Now the bundle is ready to be used!