leaderboardsgg / leaderboard-backend

The backend for Leaderboards.gg. Also holds public-facing APIs.
https://info.leaderboards.gg
GNU General Public License v3.0
12 stars 16 forks source link

Use Brevo Rest API #218

Closed TheTedder closed 3 months ago

TheTedder commented 3 months ago

This PR deprecates the EmailSender service and replaces it with BrevoService which uses Brevo's REST API to send emails instead of an SMTP relay. Closes #208.