diff --git a/mailer.rst b/mailer.rst index d03bbef5a33..4190b079a97 100644 --- a/mailer.rst +++ b/mailer.rst @@ -1056,6 +1056,14 @@ is sent:: } } +.. tip:: + + The ``MessageEvent`` is also used internally. Depending on your use case + you might need to set a lower or higher priority for your own listener. + For example, when you want to sign the message, make sure to use ``-1`` + or lower so the body has already been rendered and will not change after + signing. + Development & Debugging -----------------------