@using EnotaryoPH.Web.Mailables @model SignatoryViewModel @{ ViewBag.Heading = "Welcome!"; ViewBag.Preview = "Example Email"; }
Hello, you have been invited to enotaryo as a @Model.SignatoryType by @Model.MainPrincipalName. Please click here to get you started. @await Component.InvokeAsync("EmailLinkButton", new { text = "Registration Page", url = Model.InvitationURL })
@section links { Registration Page }