diff --git a/reference/configuration/swiftmailer.rst b/reference/configuration/swiftmailer.rst index e7d1487e488..f3e99a3b9fa 100644 --- a/reference/configuration/swiftmailer.rst +++ b/reference/configuration/swiftmailer.rst @@ -306,7 +306,6 @@ Each mailer is registered as a service:: .. caution:: - When configuring multiple mailers, options must be placed under the appropriate - mailer key of the configuration. Options placed directly under the ``swiftmailer`` - key will not be applied to all mailers, but will configure a mailer named - ``default`` instead. + When configuring multiple mailers, options must be placed under the + appropriate mailer key of the configuration instead of directly under the + ``swiftmailer`` key.