@@ -111,6 +111,7 @@ Service Install with
111
111
`MailPace `_ ``composer require symfony/mail-pace-mailer ``
112
112
`MailerSend `_ ``composer require symfony/mailer-send-mailer ``
113
113
`Postmark `_ ``composer require symfony/postmark-mailer ``
114
+ `Scaleway `_ ``composer require symfony/scaleway-mailer ``
114
115
`SendGrid `_ ``composer require symfony/sendgrid-mailer ``
115
116
===================== ==============================================
116
117
@@ -126,8 +127,8 @@ Service Install with
126
127
127
128
.. versionadded :: 6.4
128
129
129
- The ``Brevo `` integration was renamed in Symfony 6.4 (in previous
130
- Symfony versions it was called `` Sendinblue ``) .
130
+ The ``Brevo `` (in previous Symfony versions it was called `` Sendinblue ``)
131
+ and `` Scaleway `` integrations were introduced in Symfony 6.4 .
131
132
132
133
.. note ::
133
134
@@ -161,7 +162,7 @@ how to deliver messages via SendGrid. The *only* part you need to change is the
161
162
Each provider has different environment variables that the Mailer uses to
162
163
configure the *actual * protocol, address and authentication for delivery. Some
163
164
also have options that can be configured with query parameters at the end of the
164
- ``MAILER_DSN `` - like ``?region= `` for Amazon SES or Mailgun . Some providers support
165
+ ``MAILER_DSN `` - like ``?region= `` for Amazon SES, Mailgun or Scaleway . Some providers support
165
166
sending via ``http ``, ``api `` or ``smtp ``. Symfony chooses the best available
166
167
transport, but you can force to use one:
167
168
@@ -217,6 +218,10 @@ party provider:
217
218
| | - HTTP n/a |
218
219
| | - API postmark+api://KEY@default |
219
220
+------------------------+-----------------------------------------------------+
221
+ | `Scaleway `_ | - SMTP scaleway+smtp://PROJECT_ID:API_KEY@default |
222
+ | | - HTTP n/a |
223
+ | | - API scaleway+api://PROJECT_ID:API_KEY@default |
224
+ +------------------------+-----------------------------------------------------+
220
225
| `Sendgrid `_ | - SMTP sendgrid+smtp://KEY@default |
221
226
| | - HTTP n/a |
222
227
| | - API sendgrid+api://KEY@default |
@@ -1881,4 +1886,5 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1881
1886
.. _`Postmark` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postmark/README.md
1882
1887
.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
1883
1888
.. _`S/MIME` : https://en.wikipedia.org/wiki/S/MIME
1889
+ .. _`Scaleway` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Scaleway/README.md
1884
1890
.. _`SendGrid` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendgrid/README.md
0 commit comments