ucs / mailer
Allows sending mail using multiple configurations
Installs: 800
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
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()