File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ Mailjet ``composer require symfony/mailjet-mailer``
103
103
Postmark ``composer require symfony/postmark-mailer ``
104
104
SendGrid ``composer require symfony/sendgrid-mailer ``
105
105
Sendinblue ``composer require symfony/sendinblue-mailer ``
106
+ OhMySMTP ``composer require symfony/oh-my-smtp-mailer ``
106
107
================== ==============================================
107
108
108
109
Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
@@ -153,6 +154,8 @@ party provider:
153
154
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
154
155
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
155
156
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
+
156
159
==================== ==================================================== =========================================== ========================================
157
160
158
161
.. caution ::
@@ -1252,6 +1255,10 @@ The following transports currently support tags and metadata:
1252
1255
* Postmark
1253
1256
* Sendinblue
1254
1257
1258
+ The following transports only support tags:
1259
+
1260
+ * OhMySMTP
1261
+
1255
1262
Development & Debugging
1256
1263
-----------------------
1257
1264
You can’t perform that action at this time.
0 commit comments