freshheads / mailer-bundle
This bundle makes it easy to compose email messages for the symfony mailer.
Installs: 20 014
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 4
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=7.4
- symfony/config: ^5.4 | ^6.0
- symfony/console: ^5.4 | ^6.0
- symfony/dependency-injection: ^5.4 | ^6.0
- symfony/http-kernel: ^5.4 | ^6.0
- symfony/mailer: ^5.4 | ^6.0
- symfony/twig-bridge: ^5.4 | ^6.0
- symfony/yaml: ^5.4 | ^6.0
Requires (Dev)
- symfony/phpunit-bridge: ^5.4 | ^6.0
README
The mailer bundle can be used to simplify the mail sending process in your application. It is a wrapper around the new Symfony mailer component to make it even better.
To quote Symfony's documentation:
Symfony's Mailer & Mime components form a powerful system for creating and sending emails - complete with support for multipart messages, Twig integration, CSS inlining, file attachments and a lot more.
Go have a look at the documentation for information on how to configure any of the mentioned features (and more!): https://symfony.com/doc/current/mailer.html