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 62c0653 commit 71e0eb0Copy full SHA for 71e0eb0
email.rst
@@ -418,7 +418,7 @@ How to Spool Emails
418
The default behavior of the Symfony mailer is to send the email messages
419
immediately. You may, however, want to avoid the performance hit of the
420
communication to the email server, which could cause the user to wait for the
421
-next page to load while the email is sending. This can be avoided by choosing to
+next page to load while the email is being sent. This can be avoided by choosing to
422
"spool" the emails instead of sending them directly.
423
424
This makes the mailer to not attempt to send the email message but instead save
0 commit comments