hexabot/api/src/templates/account_confirmation.mjml

37 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-09-10 09:50:11 +00:00
<mjml>
<mj-body>
<mj-section>
<mj-column>
2025-01-28 17:44:48 +00:00
<mj-image width="186px" src="https://hexabot.ai/assets/images/logo.png"></mj-image>
<mj-divider border-color="#000"></mj-divider>
2024-09-10 09:50:11 +00:00
<mj-text font-size="16px" color="#000" font-family="helvetica"
><%= t('hi') %> <%= first_name %>,</mj-text
>
<mj-text font-size="16px" color="#000" font-family="helvetica"
><%= t('account_successfully_created_confirm_password') %></mj-text
>
<mj-text font-size="16px" color="#000" font-family="helvetica"
><%= t('confirm_account') %></mj-text
>
<mj-button
href="<%= this.appUrl %>/login/<%= token %>"
font-size="16px"
2025-01-28 17:44:48 +00:00
background-color="#000"
2024-09-10 09:50:11 +00:00
><%= t('confirm') %></mj-button
>
</mj-column>
</mj-section>
<mj-section>
<mj-column>
2024-09-18 16:33:12 +00:00
<mj-text font-size="16px" color="#000" font-family="helvetica"
><%= t('best_regards') %></mj-text
2024-09-10 09:50:11 +00:00
>
2024-09-18 16:33:12 +00:00
<mj-text font-size="16px" color="#000" font-family="helvetica"
2024-09-10 09:50:11 +00:00
><%= this.appName %></mj-text
>
</mj-column>
</mj-section>
</mj-body>
</mjml>