summaryrefslogtreecommitdiff
path: root/lib/mail/templates/admin-created.hbs
blob: 3db6c433009158819cb80758040b47f0777569a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{{> header logoUrl=logoUrl }}

<h1 style="font-size:28px; margin-bottom:16px;">
  {{t "adminCreated.title" lng=language}}
</h1>

<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
  {{t "adminCreated.greeting" lng=language}}, <strong>{{name}}</strong>.
</p>

<p style="font-size:16px; line-height:32px; margin-bottom:16px;">
  {{t "adminCreated.body1" lng=language}}
</p>

<p>
  <a href="{{loginUrl}}" target="_blank" style="display: inline-block; width: 250px; padding: 12px 20px; background-color: #163CC4; color: #ffffff !important; text-decoration: none; border-radius: 8px; text-align: center; line-height: 28px; margin-top: 16px;">
    {{t "adminCreated.loginCTA" lng=language}}
  </a>
</p>

<p style="font-size:16px; line-height:24px; margin-top:16px;">
  {{t "adminCreated.supportMsg" lng=language}}
</p>

{{> footer logoUrl=logoUrl companyName=companyName year=year }}