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:
102102Failover 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
109109So if the first transport fails, the mailer will attempt to send through the
110110second transport.
111111
112+ .. versionadded :: 4.4
113+
114+ The ``failover() `` keyword was introduced in Symfony 4.4.
115+
112116Round 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+
120128Sending emails asynchronously
121129-----------------------------
122130
You can’t perform that action at this time.
0 commit comments