This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
up send email success rate
tags/v1.22.4.2^2
lewis
3 years ago
parent
9ec208dce2
commit
db362f1406
6 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
templates/mail/auth/activate.tmpl
+1
-0
templates/mail/auth/activate_email.tmpl
+1
-0
templates/mail/auth/register_notify.tmpl
+1
-0
templates/mail/auth/reset_passwd.tmpl
+1
-0
templates/mail/issue/assigned.tmpl
+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>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>
</body>
</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>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>
</body>
</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>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>
</body>
</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>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>
</body>
</html>
+ 1
- 0
templates/mail/issue/assigned.tmpl
View File
@@ -15,6 +15,7 @@
---
<br>
<a href="{{.Link}}">View it on {{AppName}}</a>.
TD
</p>
</div>
</body>
+ 1
- 0
templates/mail/issue/default.tmpl
View File
@@ -53,6 +53,7 @@
---
<br>
<a href="{{.Link}}">View it on {{AppName}}</a>.
TD
</p>
</div>
</body>
Write
Preview
Loading…
Cancel
Save