Open the menu
    ```html

    Newsletter : Subscription

    Provides registered users on the portal with a list of categories, allowing them to manage their subscriptions.
    It is possible for unregistered users to subscribe to categories through the Public Subscription interface.

    Screens

    Subscription
    • Email format (full, required field) : The format of the email to be sent, which can be HTML or Text.
    • Category(ies) : The categories available for subscription.

    Permissions

    • Subscribe: Allows subscribing to categories in the service instance.

    Actions

    • Subscribe : Saves subscription changes made in the list.
    • Unsubscribe : Cancels all subscriptions.
    ```