Browse Source

Merge pull request '提升邮件发送成功率' (#2042) from up-mail-send-rate into V20220428

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2042
Reviewed-by: zhoupzh <zhoupzh@pcl.ac.cn>
V20220428
zhoupzh 3 years ago
parent
commit
37bb8b23a9
6 changed files with 6 additions and 0 deletions
  1. +1
    -0
      templates/mail/auth/activate.tmpl
  2. +1
    -0
      templates/mail/auth/activate_email.tmpl
  3. +1
    -0
      templates/mail/auth/register_notify.tmpl
  4. +1
    -0
      templates/mail/auth/reset_passwd.tmpl
  5. +1
    -0
      templates/mail/issue/assigned.tmpl
  6. +1
    -0
      templates/mail/issue/default.tmpl

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

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

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

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

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

@@ -11,5 +11,6 @@
<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p> <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>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>© <a target="_blank" rel="noopener noreferrer" href="{{AppUrl}}">{{AppName}}</a></p>
<p>TD</p>
</body> </body>
</html> </html>

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

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

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

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


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

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


Loading…
Cancel
Save