File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -102,13 +102,17 @@ binary. For third-party providers, refers to the following table:
102
102
Failover Transport
103
103
------------------
104
104
105
- You can create failover transport with the help of `failover() ` keyword::
105
+ You can create failover transport with the help of `` failover() ` ` keyword::
106
106
107
107
$dsn = 'failover(api://id@postmark smtp://key@sendgrid)';
108
108
109
109
So if the first transport fails, the mailer will attempt to send through the
110
110
second transport.
111
111
112
+ .. versionadded :: 4.4
113
+
114
+ The ``failover() `` keyword was introduced in Symfony 4.4.
115
+
112
116
Round Robin
113
117
-----------
114
118
@@ -117,6 +121,10 @@ you can use the ``roundrobin()`` keyword with the transports::
117
121
118
122
$dsn = 'roundrobin(api://id@postmark smtp://key@sendgrid)'
119
123
124
+ .. versionadded :: 4.4
125
+
126
+ The ``roundrobin() `` keyword was introduced in Symfony 4.4.
127
+
120
128
Sending emails asynchronously
121
129
-----------------------------
122
130
You can’t perform that action at this time.
0 commit comments