Skip to content

Commit e245ad3

Browse files
authored
Merge pull request #218 from PROCOLLAB-github/dev
Красивые письма подтверждения почты и верификации
2 parents 5f35c5e + 3282b06 commit e245ad3

6 files changed

Lines changed: 486 additions & 62 deletions

File tree

templates/email/confirm-email.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</head>
5959
<body style="word-spacing:normal;">
6060

61-
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">Ваш аккаунт верифицирован</div>
61+
<div style="display:none;font-size:1px;color:#ffffff;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;">Привет! 👋</div>
6262

6363

6464
<div
@@ -331,10 +331,9 @@
331331
align="center" bgcolor="#6c27ff" role="presentation" style="border:none;border-radius:15px;cursor:auto;mso-padding-alt:17px 0px;background:#6c27ff;" valign="middle"
332332
>
333333
<a
334-
href="https://app.procollab.ru/office" style="display:inline-block;width:420px;background:#6c27ff;color:#ffffff;font-family:sans-serif;font-size:20px;font-weight:700;line-height:120%;margin:0;text-decoration:none;text-transform:none;padding:17px 0px;mso-padding-alt:0px;border-radius:15px;" target="_blank"
334+
href="{{ absolute_url }}" style="display:inline-block;width:420px;background:#6c27ff;color:#ffffff;font-family:sans-serif;font-size:20px;font-weight:700;line-height:120%;margin:0;text-decoration:none;text-transform:none;padding:17px 0px;mso-padding-alt:0px;border-radius:15px;" target="_blank"
335335
>
336-
В
337-
профиль
336+
Подтвердить
338337
</a>
339338
</td>
340339
</tr>

templates/email/confirm-email.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Ваш аккаунт верифицирован.
2+
Чтобы продолжить регистрацию и подтвердить почту, нажмите кнопку ниже. Если Вы не
3+
регистрировались, проигнорируйте это письмо.
4+
{{absolute_url}}

0 commit comments

Comments
 (0)