Visit Reminder - Host

Description

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

Email

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 the visit will start on

{% notice warning %} 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.
{% /notice %}