@@ -110,7 +110,7 @@ Mailjet ``composer require symfony/mailjet-mailer``
110
110
Postmark ``composer require symfony/postmark-mailer ``
111
111
SendGrid ``composer require symfony/sendgrid-mailer ``
112
112
Sendinblue ``composer require symfony/sendinblue-mailer ``
113
- OhMySMTP ``composer require symfony/oh-my-smtp -mailer ``
113
+ MailPace ``composer require symfony/mailpace -mailer ``
114
114
================== ==============================================
115
115
116
116
Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
@@ -158,10 +158,10 @@ Google Gmail gmail+smtp://USERNAME:PASSWORD@default n/a
158
158
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
159
159
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
160
160
Mailjet mailjet+smtp://ACCESS_KEY:SECRET_KEY@default n/a mailjet+api://ACCESS_KEY:SECRET_KEY@default
161
+ MailPace mailpace+api://API_TOKEN@default n/a mailpace+api://API_TOKEN@default
161
162
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
162
163
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
163
164
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
164
- OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a ohmysmtp+api://API_TOKEN@default
165
165
==================== ==================================================== =========================================== ========================================
166
166
167
167
.. caution ::
@@ -1271,7 +1271,7 @@ The following transports currently support tags and metadata:
1271
1271
1272
1272
The following transports only support tags:
1273
1273
1274
- * OhMySMTP
1274
+ * MailPace
1275
1275
1276
1276
The following transports only support metadata:
1277
1277
0 commit comments