diff --git a/inventory/setting.go b/inventory/setting.go
index e02ae63..220e475 100644
--- a/inventory/setting.go
+++ b/inventory/setting.go
@@ -341,8 +341,8 @@ var (
},
}
- defaultActiveMailBody = `
| | | | | | | | | | {{ .CommonContext.SiteBasic.Name }} [[ .EmailIsAutoSend ]] | |
| |
|
|
|
|
|
| |
|
`
- defaultResetMailBody = ` | | | | | | | | | | {{ .CommonContext.SiteBasic.Name }} [[ .EmailIsAutoSend ]] | |
| |
|
|
|
|
|
| |
|
`
+ defaultActiveMailBody = ` | | | | | | | | | | {{ .CommonContext.SiteBasic.Name }} [[ .EmailIsAutoSend ]] | |
| |
|
|
|
|
|
| |
|
`
+ defaultResetMailBody = ` | | | | | | | | | | {{ .CommonContext.SiteBasic.Name }} [[ .EmailIsAutoSend ]] | |
| |
|
|
|
|
|
| |
|
`
)
type MailTemplateContent struct {