-
-
Notifications
You must be signed in to change notification settings - Fork 863
[2.x] add Brevo (Sendinblue) mail driver — core or FoF? #4444
Copy link
Copy link
Open
Description
Brevo (formerly Sendinblue) Mail Driver
Brevo is a popular transactional email provider, particularly common in Europe. Symfony ships a first-party bridge (symfony/brevo-mailer) that would make implementation straightforward.
What would be involved
- New composer dependency:
symfony/brevo-mailer src/Mail/BrevoDriver.phpimplementingDriverInterface- Settings: API key
buildTransport()viaBrevoApiTransportorBrevoSmtpTransport
- Locale keys, unit tests, integration test update
Question: core or FoF?
Unlike Postmark (where the dep already exists), Brevo would require adding a new composer dependency to core. We're leaning towards a Friends of Flarum extension for this one — it keeps core lean and targets a more specific regional audience.
Opinions welcome — particularly from anyone currently using Brevo/Sendinblue with Flarum.
Reactions are currently unavailable