ucs / mailer
Allows sending mail using multiple configurations
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
3.0.3
2017-05-30 07:06 UTC
Requires
- php: >=5.3.2
- symfony/framework-bundle: >=2.3
- ucs/mailer-component: ^1.0
Requires (Dev)
- leaphub/phpcs-symfony2-standard: ^2.0
- phpunit/phpunit: ^5.5
- squizlabs/php_codesniffer: ^2.5
- symfony/yaml: ~2.1
This package is not auto-updated.
Last update: 2019-08-29 01:59:49 UTC
README
This Bundle integrates the UCSLabs/Mailer component into Symfony.
composer require ucs/mailer
Then register the bundle into your kernel:
new UCS\Bundle\MailerBundle\UCSMailerBundle()