Credential Request Submitted Content for Photo Tech

Description

This email is sent any identity that has a the Photo ID Technician or Photo ID Admin roles to inform them that a credential request has been submitted that requires there attention.

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 Photo ID Admin/Technician
        </td>
    </tr>
    <tr>
        <td>
            <p> @Model.RequesterFullName has submitted a credential request.</p>
            
            <p>Please review and <a href='@Model.ActionUrl'>process</a> this request.
            </p>
            <p>Thank you.</p>
        </td>
    </tr>
    <tr>
        <td align="left" style="background-color: #b2b3b3; padding: 12px;">
          You are receiving this email because you are a Photo ID Admin/Technician in Symmetry CONNECT. Please contact your System Administrator if you have any questions about your user role in the system.
        </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.