File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,14 @@ A round-robin transport is configured with two or more transports and the
138
138
139
139
$dsn = 'roundrobin(postmark+api://ID@default sendgrid+smtp://KEY@default)'
140
140
141
- The mailer will start using the first transport and if it fails, it will retry
142
- the same delivery with the next transports until one of them succeeds (or until
143
- all of them fail).
141
+ The mailer will start using a randomly selected transport and if it fails, it
142
+ will retry the same delivery with the next transports until one of them succeeds
143
+ (or until all of them fail).
144
+
145
+ .. versionadded :: 5.1
146
+
147
+ The random selection of the first transport was introduced in Symfony 5.1.
148
+ In previous Symfony versions the first transport was always selected first.
144
149
145
150
TLS Peer Verification
146
151
---------------------
You can’t perform that action at this time.
0 commit comments