8000 Minor tweaks · symfony/symfony-docs@3d515e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d515e4

Browse files
committed
Minor tweaks
1 parent 51a10d7 commit 3d515e4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

components/mailer.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,17 @@ binary. For third-party providers, refers to the following table:
102102
Failover Transport
103103
------------------
104104

105-
You can create failover transport with the help of `failover()` keyword::
105+
You can create failover transport with the help of ``failover()`` keyword::
106106

107107
$dsn = 'failover(api://id@postmark smtp://key@sendgrid)';
108108

109109
So if the first transport fails, the mailer will attempt to send through the
110110
second transport.
111111

112+
.. versionadded:: 4.4
113+
114+
The ``failover()`` keyword was introduced in Symfony 4.4.
115+
112116
Round Robin
113117
-----------
114118

@@ -117,6 +121,10 @@ you can use the ``roundrobin()`` keyword with the transports::
117121

118122
$dsn = 'roundrobin(api://id@postmark smtp://key@sendgrid)'
119123

124+
.. versionadded:: 4.4
125+
126+
The ``roundrobin()`` keyword was introduced in Symfony 4.4.
127+
120128
Sending emails asynchronously
121129
-----------------------------
122130

0 commit comments

Comments
 (0)
0