Credential Request Reminder Content

Description

This email is sent any identity that has a the Photo ID Technician or Photo ID Admin roles to remind them that there are pending credential requests for them to process. This email will be sent out daily until the request has been processed.

Email

Template

<table width="700" cellpadding="16" style="font-size: 11px;font-family: Arial, lucida console, sans-serif;">
    <tr>
        <td align="left" style="background-color: black; color: white; font-size:18px; font-weight: bold;">
            Notification to Approver
        </td>
    </tr>
    <tr>
        <td>
            <p> This is a reminder that @Model.RequesterFullName has submitted a credential request.</p>
            
            <p>Please review and <a href='@Model.ActionUrl'>approve/ reject</a> this request.
            </p>
            <p>Thank you.</p>
        </td>
    </tr>
    <tr>
        <td align="left" style="background-color: #b2b3b3; padding: 12px;"></td>
    </tr>
</table>

Razor Elements

Element Description
@Model.RequesterFullName The full name of the identity making a credential request
@Model.ActionUrl Provides a link that can be used to activate the credential

It is strongly recommended that these elements be used as is with the only edits being to remove them if the information generated is not desired.