Skip to content

Commit 80db504

Browse files
committed
Update dic_tags.rst
1 parent c8d2ab1 commit 80db504

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/dic_tags.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,9 @@ swiftmailer.default.plugin
840840
841841
If you're using a custom SwiftMailer plugin (or want to create one), you can
842842
register it with SwiftMailer by creating a service for your plugin and tagging
843-
it with ``swiftmailer.default.plugin`` (it has no options).
843+
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.
844846
845847
A SwiftMailer plugin must implement the ``Swift_Events_EventListener`` interface.
846848
For more information on plugins, see `SwiftMailer's Plugin Documentation`_.

0 commit comments

Comments
 (0)