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 4fbc71f commit 19570b8Copy full SHA for 19570b8
mailer.rst
@@ -1056,6 +1056,14 @@ is sent::
1056
}
1057
1058
1059
+.. tip::
1060
+
1061
+ The ``MessageEvent`` is also used internally. Depending on your use case
1062
+ you might need to set a lower or higher priority for your own listener.
1063
+ For example, when you want to sign the message, make sure to use ``-1``
1064
+ or lower so the body has already been rendered and will not change after
1065
+ signing.
1066
1067
Development & Debugging
1068
-----------------------
1069
0 commit comments