Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3dc6a8

Browse filesBrowse files
paul-omsjaviereguiluz
authored andcommitted
[Mailer] Added OhMySMTP mailer details
1 parent 7de7194 commit b3dc6a8
Copy full SHA for b3dc6a8

File tree

1 file changed

+11
-0
lines changed
Filter options

1 file changed

+11
-0
lines changed

‎mailer.rst

Copy file name to clipboardExpand all lines: mailer.rst
+11Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.