@@ -115,6 +115,7 @@ Service Install with Webhook su
115115`Resend `_ ``composer require symfony/resend-mailer `` yes
116116`Scaleway `_ ``composer require symfony/scaleway-mailer ``
117117`SendGrid `_ ``composer require symfony/sendgrid-mailer `` yes
118+ `Sweego `_ ``composer require symfony/sweego-mailer `` yes
118119===================== =============================================== ===============
119120
120121.. versionadded :: 7.1
@@ -123,7 +124,7 @@ Service Install with Webhook su
123124
124125.. versionadded :: 7.2
125126
126- The Mailomat and Postal integrations were introduced in Symfony 7.2.
127+ The Mailomat, Postal and Sweego integrations were introduced in Symfony 7.2.
127128
128129.. note ::
129130
@@ -235,6 +236,10 @@ party provider:
235236| | - HTTP n/a |
236237| | - API ``sendgrid+api://KEY@default `` |
237238+------------------------+---------------------------------------------------------+
239+ | `Sweego `_ | - SMTP ``sweego+smtp://LOGIN:PASSWORD@HOST:PORT `` |
240+ | | - HTTP n/a |
241+ | | - API ``sweego+api://API_KEY@default `` |
242+ +------------------------+---------------------------------------------------------+
238243
239244.. caution ::
240245
@@ -2004,3 +2009,4 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
20042009.. _`S/MIME` : https://en.wikipedia.org/wiki/S/MIME
20052010.. _`Scaleway` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Scaleway/README.md
20062011.. _`SendGrid` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendgrid/README.md
2012+ .. _`Sweego` : https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sweego/README.md
0 commit comments