cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12.02k stars 2.88k forks source link

Rename SendInBlue ESP to Brevo #5094

Closed paramkpr closed 4 months ago

paramkpr commented 4 months ago

Description

This is a really tiny change! SendInBlue renamed themselves to Brevo in 2023. I am simply suggesting that we reflect that in the cookiecutter.json so that users can see it when they're configuring a new project. I propose that we change the option name to Brevo (Previously SendInBlue).

Checklist:

Rationale

Moving forward, an increasing number of users will be familiar with 'Brevo' instead of 'SendInBlue' and might simply assume that django-cookiecutter (or rather AnyMail) doesn't support Brevo. This change would avoid confusion.

paramkpr commented 4 months ago

Just realized that this is breaking some other configs. I'll update this PR with the fixes in a bit.

paramkpr commented 4 months ago

Fixed all the errors and tested that these changes do actually work for sends mails using Brevo.

Anymail has also refactored to support the name change so it was fairly straightforward.

browniebroke commented 4 months ago

Thanks for this, I didn't know they changed their name.