Visit Reminder
Description
This email is sent to the host to remind them of an upcoming visit.

Template
<p> Dear @Model.HostFullName </p> <p> This is a reminder that you have an upcoming visit with @Model.VisitorFullName on @Model.VisitDate </p>
Razor Elements
Element | Description |
---|---|
@Model.VisitorFullName | The first and last name of the visitor |
@Model.HostFullName | The first and last name of the host |
Model.VisitDate | The date and time the visit will start on |
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.