File tree 1 file changed +11
-0
lines changed
Filter options
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``
112
112
Postmark ``composer require symfony/postmark-mailer ``
113
113
SendGrid ``composer require symfony/sendgrid-mailer ``
114
114
Sendinblue ``composer require symfony/sendinblue-mailer ``
115
+ OhMySMTP ``composer require symfony/oh-my-smtp-mailer ``
115
116
================== ==============================================
116
117
117
118
.. versionadded :: 5.2
118
119
119
120
The Sendinblue integration was introduced in Symfony 5.2.
120
121
122
+ .. versionadded :: 5.4
123
+
124
+ The OhMySMTP integration was introduced in Symfony 5.4.
125
+
121
126
Each library includes a :ref: `Symfony Flex recipe <symfony-flex >` that will add
122
127
a configuration example to your ``.env `` file. For example, suppose you want to
123
128
use SendGrid. First, install it:
@@ -166,6 +171,8 @@ party provider:
166
171
Postmark postmark+smtp://ID@default n/a postmark+api://KEY@default
167
172
Sendgrid sendgrid+smtp://KEY@default n/a sendgrid+api://KEY@default
168
173
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
+
169
176
==================== ==================================================== =========================================== ========================================
170
177
171
178
.. caution ::
@@ -1326,6 +1333,10 @@ The following transports currently support tags and metadata:
1326
1333
* Postmark
1327
1334
* Sendinblue
1328
1335
1336
+ The following transports only support tags:
1337
+
1338
+ * OhMySMTP
1339
+
1329
1340
Development & Debugging
1330
1341
-----------------------
1331
1342
You can’t perform that action at this time.
0 commit comments