mirror of
https://github.com/hexastack/hexabot
synced 2025-02-24 05:14:47 +00:00
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
|
<mjml>
|
||
|
<mj-body>
|
||
|
<mj-section>
|
||
|
<mj-column>
|
||
|
<mj-image width="100px" src="/assets/logo.png"></mj-image>
|
||
|
<mj-divider border-color="#048BA8"></mj-divider>
|
||
|
<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"
|
||
|
background-color="#F45E43"
|
||
|
><%= t('confirm') %></mj-button
|
||
|
>
|
||
|
</mj-column>
|
||
|
</mj-section>
|
||
|
<mj-section>
|
||
|
<mj-column>
|
||
|
<mj-text font-size="14px" color="#000" font-family="helvetica"
|
||
|
><%= t('best_regards') %>,</mj-text
|
||
|
>
|
||
|
<mj-text font-size="14px" color="#000" font-family="helvetica"
|
||
|
><%= this.appName %></mj-text
|
||
|
>
|
||
|
</mj-column>
|
||
|
</mj-section>
|
||
|
</mj-body>
|
||
|
</mjml>
|