Skip to content

Commit

Permalink
Merge pull request #1239 from h-e-l-l-o-w-o-r-l-d/main
Browse files Browse the repository at this point in the history
[DOCS] Add how to deactivate email notifications to the FAQs
  • Loading branch information
derhansen authored Jun 11, 2024
2 parents a59dfc7 + 7794bf8 commit 0ed1134
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Documentation/Faq/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,27 @@ A detailed description can be found in the :ref:`custom-notifications` section.

.. rst-class:: panel panel-default

How do I disable specific email notifications?
=============================================

Email notifications will not be sent if the subject is empty. Since the extension provides default subjects, you need to delete them as shown below::

plugin.tx_sfeventmgt {
settings {
notification {
registrationNew {
adminSubject >
}
}
}
}

In this example, admin notifications for new registrations are disabled. Please refer to section :ref:`tsref` for available options.

Remember that you can also overwrite subjects in the plugin. Make sure that the corresponding subject of a notification is also empty in the plugin.

.. rst-class:: panel panel-default

Can I add the HMAC or an appended HMAC of the registration UID to emails?
=========================================================================

Expand Down

0 comments on commit 0ed1134

Please # to comment.