Open the menu
    ```html

    Send to a Friend: Message Details

    This interface is accessed from a message listed in the Administration interface and aims to provide information to the administrator about some details of the sent message.

    Features

    • This is a details interface

    Screens

    Message Details

    Data

    Messages

    • Friend's Name(string) : Name of the Friend who should receive the message.
    • Friend's Email(string) : Email field of the Friend who will receive the message.
    • Sender(string) : Sender of the message.
    • Sender's Email(string) : Email of the sender of the message.
    • Comment(text) : Text with the message that should be passed to the Friend.
    • Page Link(string) : Link to a page that will be sent along with the message.
    • Page Title(text) : Title of the link to a page that will be sent along with the message.

    Settings

    • Sender's Email(string) : Email located in the "From:" field of a recipient's mailbox. The administrator can configure it with a fixed email or adopt the email filled in by the user in the "Send Message" form. To retrieve the sender's email, the tag $lum_fromEmail$ should be used. The default configuration adopted for this field is the email from the configured portal framework in the Message Manager.
    • Subject(html) : Topic of the message located in the subject field of the recipient's mailbox. It can be filled with an expression or have the title of the page located in the browser's title bar displayed as the subject of the message. To do this, the tag $lum_linkTitle$ should be used.
    • Body(html) : Refers to the actual message received by the recipient. The administrator can use tags that retrieve the sender's name $lum_fromName$, as well as their email $lum_fromEmail$; and the recipient's name $lum_toName$; which are provided by the user in the "Send Message" form. The tag $lum_link$ can also be used to retrieve the page address. This predefined Lumis tag should be used between HTML tags that reference it. Finally, the tag $lum_message$ can be used to retrieve the comment provided by the user in the "Send Message" form. This last tag can be used together with the HTML tag <pre> to preserve the spaces used in the comment. Texts can be used along with special tags to compose the content of the message, such as: “Sender's Comment”; “The following link was sent by”.

    Permissions

    • Manage: Allows managing the sending of messages.
    ```