use maizzle for email templating, starting with reset password email
This commit is contained in:
16
mailers/components/footer.html
Normal file
16
mailers/components/footer.html
Normal file
@ -0,0 +1,16 @@
|
||||
<tr>
|
||||
<td>
|
||||
<table align="center" class="email-footer w-570 mx-auto text-center sm:w-full">
|
||||
<tr>
|
||||
<td align="center" class="content-cell p-45 text-base">
|
||||
<p class="mt-6 mb-20 text-xs leading-24 text-center text-gray-postmark-light">
|
||||
© {{ page.year }} {{ page.company.product }}. All rights reserved.
|
||||
</p>
|
||||
<p class="mt-6 mb-20 text-xs leading-24 text-center text-gray-postmark-light">
|
||||
{{ page.company.name }} {{{ page.company.address }}}
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
11
mailers/components/header.html
Normal file
11
mailers/components/header.html
Normal file
@ -0,0 +1,11 @@
|
||||
<tr>
|
||||
<td align="center" class="email-masthead">
|
||||
<a
|
||||
href="https://www.shellphone.app"
|
||||
class="email-masthead_name text-base font-bold no-underline text-gray-postmark-light"
|
||||
style="text-shadow: 0 1px 0 #ffffff"
|
||||
>
|
||||
<img width="64px" src="https://www.shellphone.app/shellphone.png" alt="Shellphone logo" />
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
Reference in New Issue
Block a user