Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa3c6df

Browse files
committed
minor#16896 [Mailer] Rename OhMySMTP to MailPace (Holicz)
This PR was merged into the 6.2 branch.Discussion----------[Mailer] Rename OhMySMTP to MailPaceOhMySMTP mailer transport was deprecated in Symfony 6.2, new transport MailPace was created due to the service name change.https://docs.mailpace.com/guide/moving_from_ohmysmtp/Commits-------9d90705 [Mailer] Rename OhMySMTP to MailPace
2 parents1917229 +9d90705 commitfa3c6df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎mailer.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Mailjet ``composer require symfony/mailjet-mailer``
110110
Postmark ``composer require symfony/postmark-mailer``
111111
SendGrid ``composer require symfony/sendgrid-mailer``
112112
Sendinblue ``composer require symfony/sendinblue-mailer``
113-
OhMySMTP ``composer require symfony/oh-my-smtp-mailer``
113+
MailPace ``composer require symfony/mailpace-mailer``
114114
================== ==============================================
115115

116116
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
158158
Mailchimp Mandrill mandrill+smtp://USERNAME:PASSWORD@default mandrill+https://KEY@default mandrill+api://KEY@default
159159
Mailgun mailgun+smtp://USERNAME:PASSWORD@default mailgun+https://KEY:DOMAIN@default mailgun+api://KEY:DOMAIN@default
160160
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
161162
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
162163
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
163164
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
165165
==================== ==================================================== =========================================== ========================================
166166

167167
..caution::
@@ -1271,7 +1271,7 @@ The following transports currently support tags and metadata:
12711271

12721272
The following transports only support tags:
12731273

1274-
*OhMySMTP
1274+
*MailPace
12751275

12761276
The following transports only support metadata:
12771277

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp