SyliusMailerBundle icon indicating copy to clipboard operation
SyliusMailerBundle copied to clipboard

Make template nullable

Open ehibes opened this issue 10 months ago • 0 comments

I am using SyliusMailer with transactional emails, where the provider is Brevo. The approach involves sending emails via a REST API, including the necessary data in JSON format within the request body.

In this setup, configuring emails in SyliusMailer does not require a Twig template. Given this use case, I would like to suggest removing the required constraint for templates in the configuration.

What do you think about removing required constraint on this configuration ?

ehibes avatar Dec 02 '24 11:12 ehibes