18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
<%- message = "<p style='margin-bottom: 0; font-size: 24px; color: #ffffff;'><strong>No more seats left!</strong></p>" %>
|
||
|
||
<%= render partial: 'mailer_modules/negative_message', locals: { message: message } %>
|
||
|
||
<tr>
|
||
<td align="left" style="font-size: 14px; line-height: 25px; font-family: 'Open Sans', Helvetica, Arial, sans-serif; color: #647083;">
|
||
<p>Hey there,</p>
|
||
<p>It looks like your team is growing fast and you’ve run out of space.</p>
|
||
<p>This is a friendly reminder that your organization has <strong>no more seats left</strong>. You can purchase more seats to continue working at the capacity you need.</p>
|
||
<p>Obtaning more seats is really simple: just <a href="<%= @link %>" style="color: #1181FB;">contact one of our account experts</a>.</p>
|
||
<p>In the meantime, take a look at some of the amazing things we’ve been up to at <a href="<%= @app_link %>" style="color: #1181FB;"><%= @app_name %></a>.</p>
|
||
<p>Thanks and Happy Mapping</p>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
|
||
<%= render partial: 'mailer_modules/link_to_action', locals: { link: @link, link_text: "Get more seats" } %>
|