Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 997 Bytes

index.md

File metadata and controls

20 lines (13 loc) · 997 Bytes

SyliusMailerBundle

Sending customizable e-mails has never been easier in Symfony.

You can configure different e-mail types in the YAML or in database. (and use YAML as fallback) This allows you to send out e-mails with one simple method call, providing an unique code and data.

The bundle supports adapters, by default e-mails are rendered using Twig and sent via Symfony Mailer, but you can easily implement your own adapter and delegate the whole operation to external API.

This bundle provides easy integration of the Sylius mailer component with any Symfony full-stack application.

Learn more