@using EnotaryoPH.Web.Mailables @model OneTimePasswordViewModel @{ ViewBag.Heading = "One Time Password"; ViewBag.Preview = "Your OTP"; }

Hello @Model.ParticipantName, This is your one time password:

@Model.OTP
Please do not share this code with anyone other than the Notary Public, Atty. @Model.LawyerName during the Video Conference. You can join the e-Notaryo video conference by clicking this button: @await Component.InvokeAsync("EmailLinkButton", new { text = "Video Conference", url = Model.MeetingRoomURL })

@section links { Meeting Room Page }