Skip to content

Commit be4079f

Browse files
committed
minor #18544 [Notifier] Add Brevo bridge (mdoutreluingne)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Notifier] Add Brevo bridge fix #18540 Commits ------- 61a75a8 [Notifier] Add Brevo bridge
2 parents 14e8f34 + 61a75a8 commit be4079f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

notifier.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Service Package DSN
6262
`AllMySms`_ ``symfony/all-my-sms-notifier`` ``allmysms://LOGIN:APIKEY@default?from=FROM``
6363
`AmazonSns`_ ``symfony/amazon-sns-notifier`` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION``
6464
`Bandwidth`_ ``symfony/bandwidth-notifier`` ``bandwidth://USERNAME:PASSWORD@default?from=FROM&account_id=ACCOUNT_ID&application_id=APPLICATION_ID&priority=PRIORITY``
65+
`Brevo`_ ``symfony/brevo-notifier`` ``brevo://API_KEY@default?sender=SENDER``
6566
`Clickatell`_ ``symfony/clickatell-notifier`` ``clickatell://ACCESS_TOKEN@default?from=FROM``
6667
`ContactEveryone`_ ``symfony/contact-everyone-notifier`` ``contact-everyone://TOKEN@default?&diffusionname=DIFFUSION_NAME&category=CATEGORY``
6768
`Esendex`_ ``symfony/esendex-notifier`` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM``
@@ -119,7 +120,12 @@ Service Package DSN
119120

120121
.. versionadded:: 6.4
121122

122-
The Redlink integration was introduced in Symfony 6.4.
123+
The `Redlink`_ and `Brevo`_ integrations were introduced in Symfony 6.4.
124+
125+
.. deprecated:: 6.4
126+
127+
The `Sendinblue`_ integration is deprecated since
128+
Symfony 6.4, use the `Brevo`_ integration instead.
123129

124130
To enable a texter, add the correct DSN in your ``.env`` file and
125131
configure the ``texter_transports``:
@@ -979,6 +985,7 @@ is dispatched. Listeners receive a
979985
.. _`AllMySms`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/AllMySms/README.md
980986
.. _`AmazonSns`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/AmazonSns/README.md
981987
.. _`Bandwidth`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Bandwidth/README.md
988+
.. _`Brevo`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Brevo/README.md
982989
.. _`Chatwork`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Chatwork/README.md
983990
.. _`Clickatell`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Clickatell/README.md
984991
.. _`ContactEveryone`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/ContactEveryone/README.md

0 commit comments

Comments
 (0)