@@ -99,20 +99,20 @@ Using a 3rd Party Transport
9999Instead of using your own SMTP server or sendmail binary, you can send emails
100100via a third-party provider:
101101
102- ================== ==============================================
103- Service Install with
104- ================== ==============================================
105- Amazon SES ``composer require symfony/amazon-mailer ``
106- Infobip ``composer require symfony/infobip-mailer ``
107- MailChimp ``composer require symfony/mailchimp-mailer ``
108- MailerSend ``composer require symfony/mailersend -mailer ``
109- Mailgun ``composer require symfony/mailgun -mailer ``
110- Mailjet ``composer require symfony/mailjet -mailer ``
111- MailPace ``composer require symfony/mail-pace -mailer ``
112- Postmark ``composer require symfony/postmark-mailer ``
113- SendGrid ``composer require symfony/sendgrid-mailer ``
114- Sendinblue ``composer require symfony/sendinblue-mailer ``
115- ================== ==============================================
102+ ===================== ==============================================
103+ Service Install with
104+ ===================== ==============================================
105+ ` Amazon SES `_ ``composer require symfony/amazon-mailer ``
106+ ` Infobip `_ ``composer require symfony/infobip-mailer ``
107+ ` MailChimp `_ ``composer require symfony/mailchimp-mailer ``
108+ ` Mailgun `_ ``composer require symfony/mailgun -mailer ``
109+ ` Mailjet `_ ``composer require symfony/mailjet -mailer ``
110+ ` MailPace `_ ``composer require symfony/mail-pace -mailer ``
111+ ` MailerSend `_ ``composer require symfony/mailersend -mailer ``
112+ ` Postmark `_ ``composer require symfony/postmark-mailer ``
113+ ` SendGrid `_ ``composer require symfony/sendgrid-mailer ``
114+ ` Sendinblue `_ ``composer require symfony/sendinblue-mailer ``
115+ ===================== ==============================================
116116
117117..versionadded ::6.2
118118
@@ -169,21 +169,21 @@ transport, but you can force to use one:
169169 This table shows the full list of available DSN formats for each third
170170party provider:
171171
172- ==================== ==================================================== =========================================== ========================================
173- Provider SMTP HTTP API
174- ==================== ==================================================== =========================================== ========================================
175- Amazon SES ses+smtp://USERNAME:PASSWORD@default ses+https://ACCESS_KEY:SECRET_KEY@default ses+api://ACCESS_KEY:SECRET_KEY@default
176- Google Gmail gmail+smtp://USERNAME:APP-PASSWORD@default n/a n/a
177- Mailchimp Mandrill mandrill +smtp://USERNAME:PASSWORD @defaultmandrill+https://KEY@default mandrill +api://KEY@default
178- Mailgun mailgun +smtp://USERNAME:PASSWORD@default mailgun +https://KEY:DOMAIN @defaultmailgun +api://KEY:DOMAIN @default
179- Mailjet mailjet +smtp://ACCESS_KEY:SECRET_KEY @default n/a mailjet +api://ACCESS_KEY:SECRET_KEY@default?sandbox=false
180- MailPace mailpace+api ://API_TOKEN @default n/a mailpace +api://API_TOKEN @default
181- Postmark postmark +smtp://ID @default n/a postmark +api://KEY @default
182- Sendgrid sendgrid+smtp ://KEY @default n/a sendgrid +api://KEY @default
183- Sendinblue sendinblue +smtp://USERNAME:PASSWORD @default n/a sendinblue +api://KEY@default
184- Infobip infobip +smtp://KEY@default n/a infobip +api://KEY@BASE_URL
185- MailerSend mailersend +smtp://KEY @default n/a mailersend +api://KEY@BASE_URL
186- ==================== ==================================================== =========================================== ========================================
172+ ==================== ============================================ ========================================= ========================================
173+ Provider SMTP HTTP API
174+ ==================== ============================================ ========================================= ========================================
175+ ` Amazon SES `_ ses+smtp://USERNAME:PASSWORD@default ses+https://ACCESS_KEY:SECRET_KEY@default ses+api://ACCESS_KEY:SECRET_KEY@default
176+ ` Google Gmail `_ gmail+smtp://USERNAME:APP-PASSWORD@default n/a n/a
177+ ` Infobip `_ infobip +smtp://KEY @default n/a infobip +api://KEY@BASE_URL
178+ ` Mailchimp Mandrill `_ mandrill +smtp://USERNAME:PASSWORD@defaultmandrill +https://KEY@default mandrill +api://KEY@default
179+ ` MailerSend `_ mailersend +smtp://KEY @default n/amailersend +api://KEY@BASE_URL
180+ ` Mailgun `_ mailgun+smtp ://USERNAME:PASSWORD @defaultmailgun+https://KEY:DOMAIN@default mailgun +api://KEY:DOMAIN @default
181+ ` Mailjet `_ mailjet +smtp://ACCESS_KEY:SECRET_KEY @default n/amailjet +api://ACCESS_KEY:SECRET_KEY @default
182+ ` MailPace `_ mailpace+api ://API_TOKEN @default n/amailpace +api://API_TOKEN @default
183+ ` Postmark `_ postmark +smtp://ID @default n/apostmark +api://KEY@default
184+ ` Sendgrid `_ sendgrid +smtp://KEY@default n/asendgrid +api://KEY@default
185+ ` Sendinblue `_ sendinblue +smtp://USERNAME:PASSWORD @default n/asendinblue +api://KEY@default
186+ ==================== ============================================ ========================================= ========================================
187187
188188..versionadded ::6.3
189189
@@ -1783,16 +1783,27 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
17831783 }
17841784 }
17851785
1786- .. _`high availability` :https://en.wikipedia.org/wiki/High_availability
1787- .. _`load balancing` :https://en.wikipedia.org/wiki/Load_balancing_(computing)
1786+ .. _`Amazon SES` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Amazon/README.md
1787+ .. _`App Password` :https://support.google.com/accounts/answer/185833
1788+ .. _`default_socket_timeout` :https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout
1789+ .. _`DKIM` :https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
17881790.. _`download the foundation-emails.css file` :https://github.com/foundation/foundation-emails/blob/develop/dist/foundation-emails.css
1791+ .. _`Google Gmail` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Google/README.md
1792+ .. _`high availability` :https://en.wikipedia.org/wiki/High_availability
1793+ .. _`Infobip` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Infobip/README.md
1794+ .. _`Inky` :https://get.foundation/emails/docs/inky.html
17891795.. _`league/html-to-markdown` :https://github.com/thephpleague/html-to-markdown
1796+ .. _`load balancing` :https://en.wikipedia.org/wiki/Load_balancing_(computing)
1797+ .. _`MailChimp Mandrill` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailchimp/README.md
1798+ .. _`MailerSend` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/MailerSend/README.md
1799+ .. _`Mailgun` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailgun/README.md
1800+ .. _`Mailjet` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailjet/README.md
17901801.. _`Markdown syntax` :https://commonmark.org/
1791- .. _`Inky` :https://get.foundation/emails/docs/inky.html
1792- .. _`S/MIME` :https://en.wikipedia.org/wiki/S/MIME
1793- .. _`DKIM` :https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail
1802+ .. _`MailPace` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/MailPace/README.md
17941803.. _`OpenSSL PHP extension` :https://www.php.net/manual/en/book.openssl.php
17951804.. _`PEM encoded` :https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
1796- .. _`default_socket_timeout ` :https://www.php.net/manual/en/filesystem.configuration.php#ini.default-socket-timeout
1805+ .. _`Postmark ` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Postmark/README.md
17971806.. _`RFC 3986` :https://www.ietf.org/rfc/rfc3986.txt
1798- .. _`App Password` :https://support.google.com/accounts/answer/185833
1807+ .. _`S/MIME` :https://en.wikipedia.org/wiki/S/MIME
1808+ .. _`SendGrid` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendgrid/README.md
1809+ .. _`Sendinblue` :https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendinblue/README.md