@@ -103,6 +103,7 @@ via a third-party provider:
103
103
Service Install with
104
104
===================== ==============================================
105
105
`Amazon SES `_ ``composer require symfony/amazon-mailer ``
106
+ `Brevo `_ ``composer require symfony/brevo-mailer ``
106
107
`Infobip `_ ``composer require symfony/infobip-mailer ``
107
108
`Mailchimp Mandrill `_ ``composer require symfony/mailchimp-mailer ``
108
109
`Mailgun `_ ``composer require symfony/mailgun-mailer ``
@@ -111,7 +112,6 @@ Service Install with
111
112
`MailerSend `_ ``composer require symfony/mailer-send-mailer ``
112
113
`Postmark `_ ``composer require symfony/postmark-mailer ``
113
114
`SendGrid `_ ``composer require symfony/sendgrid-mailer ``
114
- `Sendinblue `_ ``composer require symfony/sendinblue-mailer ``
115
115
===================== ==============================================
116
116
117
117
.. versionadded :: 6.2
@@ -124,6 +124,11 @@ Service Install with
124
124
125
125
The MailerSend integration was introduced in Symfony 6.3.
126
126
127
+ .. versionadded :: 6.4
128
+
129
+ The ``Brevo `` integration was renamed in Symfony 6.4 (in previous
130
+ Symfony versions it was called ``Sendinblue ``).
131
+
127
132
.. note ::
128
133
129
134
As a convenience, Symfony also provides support for Gmail (``composer
@@ -176,6 +181,10 @@ party provider:
176
181
| | - HTTP ses+https://ACCESS_KEY:SECRET_KEY@default |
177
182
| | - API ses+api://ACCESS_KEY:SECRET_KEY@default |
178
183
+------------------------+-----------------------------------------------------+
184
+ | `Brevo `_ | - SMTP brevo+smtp://USERNAME:PASSWORD@default |
185
+ | | - HTTP n/a |
186
+ | | - API brevo+api://KEY@default |
187
+ +------------------------+-----------------------------------------------------+
179
188
| `Google Gmail `_ | - SMTP gmail+smtp://USERNAME:APP-PASSWORD@default |
180
189
| | - HTTP n/a |
181
190
| | - API n/a |
@@ -212,10 +221,6 @@ party provider:
212
221
| | - HTTP n/a |
213
222
| | - API sendgrid+api://KEY@default |
214
223
+------------------------+-----------------------------------------------------+
215
- | `Sendinblue `_ | - SMTP sendinblue+smtp://USERNAME:PASSWORD@default |
216
- | | - HTTP n/a |
217
- | | - API sendinblue+api://KEY@default |
218
- +------------------------+-----------------------------------------------------+
219
224
220
225
.. versionadded :: 6.3
221
226
@@ -1501,11 +1506,11 @@ If your transport does not support tags and metadata, they will be added as cust
1501
1506
1502
1507
The following transports currently support tags and metadata:
1503
1508
1509
+ * Brevo
1504
1510
* Mailchimp
1505
1511
* Mailgun
1506
1512
* Postmark
1507
1513
* Sendgrid
1508
- * Sendinblue
1509
1514
1510
1515
The following transports only support tags:
1511
1516
@@ -1855,6 +1860,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1855
1860
1856
1861
.. _`Amazon SES` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Amazon/README.md
1857
1862
.. _`App Password` : https://support.google.com/accounts/answer/185833
1863
+ .. _`Brevo` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Brevo/README.md
1858
1864
.. _`default_socket_timeout` : https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout
1859
1865
.. _`DKIM` : https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
1860
1866
.. _`download the foundation-emails.css file` : https://github.com/foundation/foundation-emails/blob/develop/dist/foundation-emails.css
@@ -1876,4 +1882,3 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1876
1882
.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
1877
1883
.. _`S/MIME` : https://en.wikipedia.org/wiki/S/MIME
1878
1884
.. _`SendGrid` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendgrid/README.md
1879
- .. _`Sendinblue` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendinblue/README.md
0 commit comments