Skip to content

Commit a9b3b9b

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [Mailer] Added OhMySMTP mailer details
2 parents 89c3b6b + 9feec56 commit a9b3b9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mailer.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Mailjet ``composer require symfony/mailjet-mailer``
103103
Postmark ``composer require symfony/postmark-mailer``
104104
SendGrid ``composer require symfony/sendgrid-mailer``
105105
Sendinblue ``composer require symfony/sendinblue-mailer``
106+
OhMySMTP ``composer require symfony/oh-my-smtp-mailer``
106107
================== ==============================================
107108

108109
Each library includes a :ref:`Symfony Flex recipe <symfony-flex>` that will add
@@ -153,6 +154,8 @@ party provider:
153154
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
154155
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
155156
Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
157+
OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a ohmysmtp+api://API_TOKEN@default
158+
156159
==================== ==================================================== =========================================== ========================================
157160

158161
.. caution::
@@ -1252,6 +1255,10 @@ The following transports currently support tags and metadata:
12521255
* Postmark
12531256
* Sendinblue
12541257

1258+
The following transports only support tags:
1259+
1260+
* OhMySMTP
1261+
12551262
Development & Debugging
12561263
-----------------------
12571264

0 commit comments

Comments
 (0)