8000 feature #20136 feat(mailer): Add Sweego Mailer doc (welcoMattic) · symfony/symfony-docs@c736f57 · GitHub
[go: up one dir, main page]

Skip to content

Commit c736f57

Browse files
committed
feature #20136 feat(mailer): Add Sweego Mailer doc (welcoMattic)
This PR was merged into the 7.2 branch. Discussion ---------- feat(mailer): Add Sweego Mailer doc This PR adds the necessary documentation for Sweego Mailer Bridge and Webhooks. Code PR : symfony/symfony#57431 Commits ------- bad2a21 feat(mailer): Add Sweego Mailer doc
2 parents 95f5ea0 + bad2a21 commit c736f57

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

mailer.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

webhook.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Mailomat ``mailer.webhook.request_parser.mailomat``
3131
Postmark ``mailer.webhook.request_parser.postmark``
3232
Resend ``mailer.webhook.request_parser.resend``
3333
Sendgrid ``mailer.webhook.request_parser.sendgrid``
34+
Sweego ``mailer.webhook.request_parser.sweego``
3435
============== ============================================
3536

3637
.. versionadded:: 7.1
@@ -39,7 +40,7 @@ Sendgrid ``mailer.webhook.request_parser.sendgrid``
3940

4041
.. versionadded:: 7.2
4142

42-
The ``Mailomat`` integration was introduced in Symfony 7.2.
43+
The ``Mailomat`` and ``Sweego`` integrations were introduced in Symfony 7.2.
4344

4445
.. note::
4546

0 commit comments

Comments
 (0)
0