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 c8d2ab1 commit 80db504Copy full SHA for 80db504
reference/dic_tags.rst
@@ -840,7 +840,9 @@ swiftmailer.default.plugin
840
841
If you're using a custom SwiftMailer plugin (or want to create one), you can
842
register it with SwiftMailer by creating a service for your plugin and tagging
843
-it with ``swiftmailer.default.plugin`` (it has no options).
+it with ``swiftmailer.default.plugin`` (it has no options). ``default`` in this
844
+tag is the name of the mailer. You should change it to the name of your mailer
845
+in order to use this tag.
846
847
A SwiftMailer plugin must implement the ``Swift_Events_EventListener`` interface.
848
For more information on plugins, see `SwiftMailer's Plugin Documentation`_.
0 commit comments