Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[DOCS] Add how to deactivate email notifications to the FAQs #1239

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading