@@ -111,6 +111,7 @@ Service Install with
111111`MailPace `_ ``composer require symfony/mail-pace-mailer ``
112112`MailerSend `_ ``composer require symfony/mailer-send-mailer ``
113113`Postmark `_ ``composer require symfony/postmark-mailer ``
114+ `Scaleway `_ ``composer require symfony/scaleway-mailer ``
114115`SendGrid `_ ``composer require symfony/sendgrid-mailer ``
115116===================== ==============================================
116117
@@ -126,8 +127,8 @@ Service Install with
126127
127128.. versionadded :: 6.4
128129
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 .
131132
132133.. note ::
133134
@@ -161,7 +162,7 @@ how to deliver messages via SendGrid. The *only* part you need to change is the
161162Each provider has different environment variables that the Mailer uses to
162163configure the *actual * protocol, address and authentication for delivery. Some
163164also 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
165166sending via ``http ``, ``api `` or ``smtp ``. Symfony chooses the best available
166167transport, but you can force to use one:
167168
@@ -217,6 +218,10 @@ party provider:
217218| | - HTTP n/a |
218219| | - API postmark+api://KEY@default |
219220+------------------------+-----------------------------------------------------+
221+ | `Scaleway `_ | - SMTP scaleway+smtp://PROJECT_ID:API_KEY@default |
222+ | | - HTTP n/a |
223+ | | - API scaleway+api://PROJECT_ID:API_KEY@default |
224+ +------------------------+-----------------------------------------------------+
220225| `Sendgrid `_ | - SMTP sendgrid+smtp://KEY@default |
221226| | - HTTP n/a |
222227| | - API sendgrid+api://KEY@default |
@@ -1881,4 +1886,5 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
18811886.. _`Postmark` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postmark/README.md
18821887.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
18831888.. _`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
18841890.. _`SendGrid` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendgrid/README.md
0 commit comments