authboss icon indicating copy to clipboard operation
authboss copied to clipboard

Use Brevo for transactional email

Open darksnow opened this issue 2 years ago • 2 comments

I was needing to use Brevo for sending out my password reset emails so dug in and produced a go packages to do just that.

https://github.com/darksnow/authboss-brevo-mailer

I thought I would pop a message in here just in case anyone searches the issue cue wanting to do the same.

I guess this approach could be adapted fairly easily for another HTTP JSON based API

Comments and suggestions welcome.

darksnow avatar Sep 25 '23 15:09 darksnow

Thanks for this write-up. I want to do the same using SendGrid, so I'll try to clone your approach. Will post here once I'm ready to share how it went.

Bo0mer avatar Oct 31 '23 12:10 Bo0mer

I understand why the template layer is as it is for authboss but it did feel like a hack working round it.

Good luck with SendGrid, I hope my code can help you with it.

darksnow avatar Oct 31 '23 14:10 darksnow