HTML
<html>
<link
href="https://fonts.googleapis.com/css?family=Poppins"
rel="stylesheet"
/>
<div
style="
text-align: left;
font-family: 'Poppins';
font-size: 20px;
margin: 50px;
max-width: 15cm;
margin-left: auto;
margin-right: auto;
"
>
<img
src="https://minio-esgwsg8o0k8gk84k8gcccwc8.expando.ai/expando-public/email/expando-logo.png"
alt="expando logo"
style="width: 9vw"
/>
<h1>Team Invitation</h1>
<p>
<strong>${title} ${lastName}</strong>, you are invited to join ${orgName}
as a ${role}.
</p>
<p>Please click the button below to accept the invitation:</p>
<a href="${inviteUrl}" style="text-decoration: none; color: #ffffff">
<div
style="
background-color: #0451e2;
border: none;
color: #ffffff;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 10px;
cursor: pointer;
border-radius: 5px;
"
>
Accept Invitation
</div>
</a>
<!-- Footer -->
<p>
If the button doesn't work, you can also copy and paste the following link
into your browser:
</p>
<p><a href="${inviteUrl}" style="color: #007bff">${inviteUrl}</a></p>
<div
id="footer"
style="text-align: center; line-height: 7px; margin-top: 50px"
>
<p style="font-size: 13px"><strong>Made by Expando.</strong></p>
<br />
<div style="font-size: 10px">
<a
href="https://www.expando.ai/"
target="_blank"
style="text-decoration: none"
>
https://www.expando.ai/</a
>
<p>Glenealy Tower 1, Glenealy Central, Hong Kong SAR</p>
</div>
<br />
<p style="font-size: 8px; margin-bottom: 5vw"><u>Policies</u></p>
</div>
</div>
</html>