Docs: Update capitalization of "Sendinblue"

Sendinblue dropped the inner-cap ("SendinBlue")
from their brand sometime between September 2018
and March 2019. Update Anymail's docs to consistently
use the new spelling.

(But don't change any code, which has existing
string constants using the old spelling.)
This commit is contained in:
medmunds
2020-04-13 14:32:54 -07:00
parent 2a36da54e6
commit 7a16b9e51f
3 changed files with 48 additions and 48 deletions

View File

@@ -48,7 +48,7 @@ v7.0
Breaking changes
~~~~~~~~~~~~~~~~
* **SendinBlue templates:** Support Sendinblue's new (ESP stored) Django templates and
* **Sendinblue templates:** Support Sendinblue's new (ESP stored) Django templates and
new API for template sending. This removes most of the odd limitations in the older
(now-deprecated) SendinBlue template send API, but involves two breaking changes:
@@ -70,7 +70,7 @@ Features
See `docs <https://anymail.readthedocs.io/en/stable/esps/mailgun/#batch-sending-merge-and-esp-templates>`__.
(Thanks `@anstosa`_.)
* **SendinBlue:** Support multiple `tags`. (Thanks `@Thorbenl`_.)
* **Sendinblue:** Support multiple `tags`. (Thanks `@Thorbenl`_.)
Other