Skip to content

Commit 0d3f92b

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

reference/dic_tags.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -840,9 +840,12 @@ 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). ``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.
843+
it with ``swiftmailer.default.plugin`` (it has no options).
844+
845+
.. note::
846+
847+
``default`` in this tag is the name of the mailer. You should change it to the
848+
name of your mailer in order to use this tag.
846849
847850
A SwiftMailer plugin must implement the ``Swift_Events_EventListener`` interface.
848851
For more information on plugins, see `SwiftMailer's Plugin Documentation`_.

0 commit comments

Comments
 (0)