welcome email

This commit is contained in:
m5r
2021-10-30 14:31:22 +02:00
parent 55f9083e7c
commit c398484cf8
5 changed files with 101 additions and 10 deletions

View File

@ -16,11 +16,11 @@ bodyClass: bg-gray-postmark-lighter
<td class="px-45 py-24">
<div class="text-base">
<h1 class="mt-0 text-2xl font-bold text-left text-gray-postmark-darker">
Hi {{name}},
Hi {{ name }},
</h1>
<p class="mt-6 mb-20 text-base leading-24 text-gray-postmark-dark">
You recently requested to reset your password for your
{{page.company.product}} account. Use the button below to reset it.
You recently requested to reset your password for your {{ page
.company.product}} account. Use the button below to reset it.
<strong
>This password reset is only valid for the next 24
hours.</strong
@ -33,7 +33,7 @@ bodyClass: bg-gray-postmark-lighter
<tr>
<td align="center" class="text-base">
<a
href="{{action_url}}"
href="{{ action_url }}"
class="button button--green"
target="_blank"
>Reset your password</a
@ -72,7 +72,7 @@ bodyClass: bg-gray-postmark-lighter
text-gray-postmark-dark
"
>
{{action_url}}
{{ action_url }}
</p>
</td>
</tr>