Visitor On Premises Alert
Description
This email is sent when a Visitor has checked in via the kiosk but has not yet been formally checked in via Reception.

Template
Visitor On Premises Alert
Hello,
As of @Model.CurrentTime, the following visitor is on premises but not checked in
@Model.VisitorFullName
The host is @Model.HostFullName:
@Model.HostEmail
@Model.HostCompanyName
@if (Model.HostMobilePhone != null)
{
@Model.HostMobilePhone
}Razor Elements
Element  | Description  | 
|---|---|
@Model.CurrentTime  | The current time and date the email was sent  | 
@Model.VisitorFullName  | The Visitor's Full name  | 
@Model.HostFullName  | The Host's Full name  | 
@Model.HostEmail  | The Host's Email address  | 
@Model.HostCompanyName  | The Host's Company name  | 
@Model.HostMobilePhone  | The Host's Mobile Phone number  | 
Warning
It is recommended that these elements be used as stated with the only edits being to remove them if the information generated is not required.