8000 Merge branch 'symfony:6.4' into patch-1 · symfony/symfony-docs@595e04b · GitHub
[go: up one dir, main page]

Skip to content

Commit 595e04b

Browse files
authored
Merge branch 'symfony:6.4' into patch-1
2 parents 0a5a444 + 72a442b commit 595e04b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mailer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,17 @@ Using a 3rd Party Transport
9999
Instead of using your own SMTP server or sendmail binary, you can send emails
100100
via a third-party provider:
101101

102-
===================== ==============================================
102+
===================== ===============================================
103103
Service Install with
104-
===================== ==============================================
104+
===================== ===============================================
105105
`Amazon SES`_ ``composer require symfony/amazon-mailer``
106106
`Brevo`_ ``composer require symfony/brevo-mailer``
107107
`Infobip`_ ``composer require symfony/infobip-mailer``
108-
`Mailchimp Mandrill`_ ``composer require symfony/mailchimp-mailer``
109108
`Mailgun`_ ``composer require symfony/mailgun-mailer``
110109
`Mailjet`_ ``composer require symfony/mailjet-mailer``
111110
`MailPace`_ ``composer require symfony/mail-pace-mailer``
112111
`MailerSend`_ ``composer require symfony/mailer-send-mailer``
112+
`Mandrill`_ ``composer require symfony/mailchimp-mailer``
113113
`Postmark`_ ``composer require symfony/postmark-mailer``
114114
`Scaleway`_ ``composer require symfony/scaleway-mailer``
115115
`SendGrid`_ ``composer require symfony/sendgrid-mailer``
@@ -1920,8 +1920,8 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
19201920
.. _`Inky`: https://get.foundation/emails/docs/inky.html
19211921
.. _`league/html-to-markdown`: https://github.com/thephpleague/html-to-markdown
19221922
.. _`load balancing`: https://en.wikipedia.org/wiki/Load_balancing_(computing)
1923-
.. _`Mailchimp Mandrill`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailchimp/README.md
19241923
.. _`MailerSend`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/MailerSend/README.md
1924+
.. _`Mandrill`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailchimp/README.md
19251925
.. _`Mailgun`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailgun/README.md
19261926
.. _`Mailjet`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailjet/README.md
19271927
.. _`Markdown syntax`: https://commonmark.org/

0 commit comments

Comments
 (0)
0