File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,17 @@ Mailjet ``composer require symfony/mailjet-mailer``
112112Postmark ``composer require symfony/postmark-mailer ``
113113SendGrid ``composer require symfony/sendgrid-mailer ``
114114Sendinblue ``composer require symfony/sendinblue-mailer ``
115+ OhMySMTP ``composer require symfony/oh-my-smtp-mailer ``
115116================== ==============================================
116117
117118.. versionadded :: 5.2
118119
119120 The Sendinblue integration was introduced in Symfony 5.2.
120121
122+ .. versionadded :: 5.4
123+
124+ The OhMySMTP integration was introduced in Symfony 5.4.
125+
121126Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
122127a configuration example to your ``.env `` file. For example, suppose you want to
123128use SendGrid. First, install it:
@@ -166,6 +171,8 @@ party provider:
166171 Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
167172 Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
168173 Sendinblue sendinblue+smtp://USERNAME:PASSWORD@default n/a sendinblue+api://KEY@default
174+ OhMySMTP ohmysmtp+smtp://API_TOKEN@default n/a ohmysmtp+api://API_TOKEN@default
175+
169176==================== ==================================================== =========================================== ========================================
170177
171178.. caution ::
@@ -1326,6 +1333,10 @@ The following transports currently support tags and metadata:
13261333* Postmark
13271334* Sendinblue
13281335
1336+ The following transports only support tags:
1337+
1338+ * OhMySMTP
1339+
13291340Development & Debugging
13301341-----------------------
13311342
You can’t perform that action at this time.
0 commit comments