Skip to content

Commit 9feec56

Browse files
committed
minor #15747 [Mailer] Added OhMySMTP mailer details (paul-oms)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- [Mailer] Added OhMySMTP mailer details Refs symfony/symfony#42710 Commits ------- b3dc6a8 [Mailer] Added OhMySMTP mailer details
2 parents 7de7194 + b3dc6a8 commit 9feec56

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mailer.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,17 @@ Mailjet ``composer require symfony/mailjet-mailer``
112112
Postmark ``composer require symfony/postmark-mailer``
113113
SendGrid ``composer require symfony/sendgrid-mailer``
114114
Sendinblue ``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+
121126
Each library includes a :ref:`Symfony Flex recipe <symfony-flex>` that will add
122127
a configuration example to your ``.env`` file. For example, suppose you want to
123128
use 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+
13291340
Development & Debugging
13301341
-----------------------
13311342

0 commit comments

Comments
 (0)