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``
103103Postmark ``composer require symfony/postmark-mailer ``
104104SendGrid ``composer require symfony/sendgrid-mailer ``
105105Sendinblue ``composer require symfony/sendinblue-mailer ``
106+ OhMySMTP ``composer require symfony/oh-my-smtp-mailer ``
106107================== ==============================================
107108
108109Each 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+
12551262Development & Debugging
12561263-----------------------
12571264
You can’t perform that action at this time.
0 commit comments