We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f74bab commit a2da7c1Copy full SHA for a2da7c1
components/mailer.rst
@@ -128,7 +128,7 @@ A round-robin transport is configured with two or more transports joined by the
128
$dsn = 'api://id@postmark && smtp://key@sendgrid'
129
130
The mailer will start using the first transport and if it fails, it will retry
131
-the same delivery with the next transports untile one of them succeeds (or until
+the same delivery with the next transports until one of them succeeds (or until
132
all of them fail).
133
134
Sending emails asynchronously
0 commit comments