transactional-emails
Version:
Transactional emails for our products
26 lines (22 loc) • 716 B
HTML
<div class="content">
<div class="aimee">
<div class="image_div">
<img src="https://networhk.net/img/aimee/aimee_generic.png" alt="">
</div>
<div>
<div class="desktop_header">
<p><strong>Hi <%= recipient.firstname %> <%= recipient.lastname %>,</strong></p>
<p>
Please enter this code in the Slack conversation with our friendly bot:<br>
</p>
</div>
<div class="include_div">
<p style="text-align: center; font-weight: bold; font-size: 200%;">
<code><%= code %></code>
</p>
<hr/>
<p>If you did not request to link your account, just ignore this message.</p>
</div>
</div>
</div>
</div>