Seldaek / monolog

Sends your logs to files, sockets, inboxes, databases and various web services

Home Page:https://seldaek.github.io/monolog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brevo mail api handler

Rogtaz opened this issue · comments

Brevo is a platform for communicating via email.
https://developers.brevo.com/docs/getting-started
It would be nice to have the Brevo api to send an email.
I wrote the handler but I cannot make a pull request which is reserved for collaborators.

This can already be supported via the SymfonyMailerHandler.
If you have an alternate implementation, maybe it should be maintained in a dedicated package maintained by you.

I wrote the handler but I cannot make a pull request which is reserved for collaborators.

Making a pull request is not reserved for collaborators at all. Merging them is. That's the whole point of pull requests.

Yes please publish this as an individual package and add it to https://github.com/Seldaek/monolog/wiki/Third-Party-Packages - I don't want to maintain even more handlers which are provider specific.