UNPKG

transactional-emails

Version:
38 lines (32 loc) 1.03 kB
<div class="content"> <div class="aimee"> <div class="image_div"> <img src="https://networhk.net/img/aimee/invitation.png" alt=""> </div> <div> <div class="desktop_header"> <p><strong>Hi <%= recipient.firstname %> <%= recipient.lastname %>,</strong></p> <p> You are warmly invited by <strong><%= sender.firstname %> <%= sender.lastname %></strong> to join the meeting:<br/> <strong><%= meeting.name %></strong> </p> </div> <div class="action"> <a href="<%= meetingLink %>" target="_blank" class="btn"> <!--[if gte mso 11]>&nbsp; &nbsp; &nbsp;<![endif]--> <strong>Join the meeting</strong> <!--[if gte mso 11]>&nbsp; &nbsp; &nbsp;<![endif]--> </a> <hr> <p> If you were invited by accident, just ignore this message. </p> </div> <p> Have fun,<br/> AImee </p> </div> </div> </div>