Seldaek / monolog

Sends your logs to files, sockets, inboxes, databases and various web services
https://seldaek.github.io/monolog/
MIT License
21.02k stars 1.9k forks source link

Brevo mail api handler #1846

Closed Rogtaz closed 1 year ago

Rogtaz commented 1 year ago

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.

stof commented 1 year ago

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.

Seldaek commented 1 year ago

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.