@@ -99,20 +99,20 @@ Using a 3rd Party Transport
99
99
Instead of using your own SMTP server or sendmail binary, you can send emails
100
100
via a third-party provider:
101
101
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
+ ===================== ==============================================
116
116
117
117
.. versionadded :: 6.2
118
118
@@ -169,21 +169,21 @@ transport, but you can force to use one:
169
169
This table shows the full list of available DSN formats for each third
170
170
party provider:
171
171
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 @default mandrill+https://KEY@default mandrill +api://KEY@default
178
- Mailgun mailgun +smtp://USERNAME:PASSWORD@default mailgun +https://KEY:DOMAIN @default mailgun +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@default mandrill +https://KEY@default mandrill +api://KEY@default
179
+ ` MailerSend `_ mailersend +smtp://KEY @default n/a mailersend +api://KEY@BASE_URL
180
+ ` Mailgun `_ mailgun+smtp ://USERNAME:PASSWORD @default mailgun+https://KEY:DOMAIN@default mailgun +api://KEY:DOMAIN @default
181
+ ` Mailjet `_ mailjet +smtp://ACCESS_KEY:SECRET_KEY @default n/a mailjet +api://ACCESS_KEY:SECRET_KEY @default
182
+ ` MailPace `_ mailpace+api ://API_TOKEN @default n/a mailpace +api://API_TOKEN @default
183
+ ` Postmark `_ postmark +smtp://ID @default n/a postmark +api://KEY@default
184
+ ` Sendgrid `_ sendgrid +smtp://KEY@default n/a sendgrid +api://KEY@default
185
+ ` Sendinblue `_ sendinblue +smtp://USERNAME:PASSWORD @default n/a sendinblue +api://KEY@default
186
+ ==================== ============================================ ========================================= ========================================
187
187
188
188
.. versionadded :: 6.3
189
189
@@ -1783,16 +1783,27 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
1783
1783
}
1784
1784
}
1785
1785
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
1788
1790
.. _`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
1789
1795
.. _`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
1790
1801
.. _`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
1794
1803
.. _`OpenSSL PHP extension` : https://www.php.net/manual/en/book.openssl.php
1795
1804
.. _`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
1797
1806
.. _`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
0 commit comments