Open the menu
    ```html

    Email Sending Manager: Manage Recipients

    For each message sent, you can check its recipients and for each of them verify the status and the date of sending, as well as the type of error, if any occurred.

    After the correct configurations, especially for the SMTP Host, SMTP Port, SMTP User, SMTP Password, and Default Sender Address fields, the requests will be logged in one of the following situations:

    sent
    email sent successfully through the Portal;
    send error
    email sent unsuccessfully. The error log for sending email is located at: lumisdata/log/lumis/sendmail/sendmail.log;
    sending
    processing the sending;
    pending
    the email has not yet been processed.

    Features

    • It is an administration interface

    Screens

    Manage Recipients

    Data

    mailDestinations

    • Email(string)
    • Name(string)
    • Status(integer)
    • Sent(date and time)
    • Error message(string)

    Permissions

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

    Actions

    • delete
    ```