@@ -62,6 +62,7 @@ Service Package DSN
62
62
`AllMySms `_ ``symfony/all-my-sms-notifier `` ``allmysms://LOGIN:APIKEY@default?from=FROM ``
63
63
`AmazonSns `_ ``symfony/amazon-sns-notifier `` ``sns://ACCESS_KEY:SECRET_KEY@default?region=REGION ``
64
64
`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 ``
65
66
`Clickatell `_ ``symfony/clickatell-notifier `` ``clickatell://ACCESS_TOKEN@default?from=FROM ``
66
67
`ContactEveryone `_ ``symfony/contact-everyone-notifier `` ``contact-everyone://TOKEN@default?&diffusionname=DIFFUSION_NAME&category=CATEGORY ``
67
68
`Esendex `_ ``symfony/esendex-notifier `` ``esendex://USER_NAME:PASSWORD@default?accountreference=ACCOUNT_REFERENCE&from=FROM ``
@@ -119,7 +120,12 @@ Service Package DSN
119
120
120
121
.. versionadded :: 6.4
121
122
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.
123
129
124
130
To enable a texter, add the correct DSN in your ``.env `` file and
125
131
configure the ``texter_transports ``:
@@ -979,6 +985,7 @@ is dispatched. Listeners receive a
979
985
.. _`AllMySms` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/AllMySms/README.md
980
986
.. _`AmazonSns` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/AmazonSns/README.md
981
987
.. _`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
982
989
.. _`Chatwork` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Chatwork/README.md
983
990
.. _`Clickatell` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/Clickatell/README.md
984
991
.. _`ContactEveryone` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Notifier/Bridge/ContactEveryone/README.md
0 commit comments