Open the menu
    ```html

    Email Sending Manager: Administration

    For requests to be listed, the email sending server must be correctly configured. It is also necessary for recipients to have an email registered in the user and group manager.

    Email request records inform the date and time of the request, the date and time it was sent (if it was successfully sent or not), the status of the sending (successfully sent, error in sending, pending, or sending) and finally, the source of the request (origin of the request).

    Features

    • It is an administration interface

    Screens

    Administration

    Data

    mail

    • Request(date and time)
    • Sent(date and time)
    • Status(integer)
    • Source(string)

    Links

    Permissioning

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.

    Actions

    • delete
    ```