File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -840,9 +840,12 @@ swiftmailer.default.plugin
840
840
841
841
If you're using a custom SwiftMailer plugin (or want to create one), you can
842
842
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.
846
849
847
850
A SwiftMailer plugin must implement the ``Swift_Events_EventListener`` interface.
848
851
For more information on plugins, see `SwiftMailer's Plugin Documentation`_.
You can’t perform that action at this time.
0 commit comments