#2043 调整邮件格式

Merged
zhoupzh merged 2 commits from up-mail-send-rate into V20220428 2 years ago
  1. +1
    -1
      templates/mail/auth/activate.tmpl
  2. +1
    -1
      templates/mail/auth/activate_email.tmpl
  3. +1
    -1
      templates/mail/auth/register_notify.tmpl
  4. +1
    -1
      templates/mail/auth/reset_passwd.tmpl
  5. +2
    -1
      templates/mail/issue/assigned.tmpl
  6. +2
    -1
      templates/mail/issue/default.tmpl
  7. +2
    -0
      templates/mail/notify/collaborator.tmpl

+ 1
- 1
templates/mail/auth/activate.tmpl View File

@@ -11,6 +11,6 @@
<p><a href="{{AppUrl}}user/activate?code={{.Code}}">{{AppUrl}}user/activate?code={{.Code}}</a></p>
<p>Not working? Try copying and pasting it to your browser.</p>
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
<p>TD</p>
<p>退订(TD</p>
</body>
</html>

+ 1
- 1
templates/mail/auth/activate_email.tmpl View File

@@ -11,6 +11,6 @@
<p><a href="{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}">{{AppUrl}}user/activate_email?code={{.Code}}&email={{.Email}}</a></p>
<p>Not working? Try copying and pasting it to your browser.</p>
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
<p>TD</p>
<p>退订(TD</p>
</body>
</html>

+ 1
- 1
templates/mail/auth/register_notify.tmpl View File

@@ -11,6 +11,6 @@
<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p>
<p>If this account has been created for you, please <a href="{{AppUrl}}user/forgot_password">set your password</a> first.</p>
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
<p>TD</p>
<p>退订(TD</p>
</body>
</html>

+ 1
- 1
templates/mail/auth/reset_passwd.tmpl View File

@@ -12,6 +12,6 @@
<p><a href="{{AppUrl}}user/recover_account?code={{.Code}}">{{AppUrl}}user/recover_account?code={{.Code}}</a></p>
<p>Not working? Try copying and pasting it to your browser.</p>
<p>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
<p>TD</p>
<p>退订(TD</p>
</body>
</html>

+ 2
- 1
templates/mail/issue/assigned.tmpl View File

@@ -15,7 +15,8 @@
---
<br>
<a href="{{.Link}}">View it on {{AppName}}</a>.
TD
<br>
退订(TD)
</p>
</div>
</body>


+ 2
- 1
templates/mail/issue/default.tmpl View File

@@ -53,7 +53,8 @@
---
<br>
<a href="{{.Link}}">View it on {{AppName}}</a>.
TD
<br>
退订(TD)
</p>
</div>
</body>


+ 2
- 0
templates/mail/notify/collaborator.tmpl View File

@@ -15,6 +15,8 @@
---
<br>
<a href="{{.Link}}">View it on {{AppName}}</a>.
<br>
退订(TD)
</p>
</div>
</body>


Loading…
Cancel
Save