mirror of
https://github.com/1f349/tulip.git
synced 2024-12-22 16:24:10 +00:00
Better mail templates
This commit is contained in:
parent
a72e659f88
commit
b33454627a
12
mail/templates/mail-register-admin.go.txt
Normal file
12
mail/templates/mail-register-admin.go.txt
Normal file
@ -0,0 +1,12 @@
|
||||
Hello, {{.Name}}
|
||||
|
||||
Your email address has been registered with {{.ServiceName}} by an administrator.
|
||||
|
||||
Please open this link to verify your email address and register your account {{.Data.RegisterUrl}}
|
||||
|
||||
If you did not wish to register for {{.ServiceName}}, then your email has probably been used by mistake.
|
||||
|
||||
If the link above is not used to register an account, then no further contact will be made from {{.ServiceName}} and your email address will be deleted from our systems within a 48-hour period.
|
||||
|
||||
Regards,
|
||||
{{.ServiceName}}
|
@ -1,10 +0,0 @@
|
||||
Hello, {{.Name}}
|
||||
|
||||
Your email address has been registered with {{.ServiceName}}.
|
||||
|
||||
To log into your account please use this link to reset your password: {{.Data.ResetUrl}}
|
||||
|
||||
If you did not wish to register for {{.ServiceName}}, please fill out this account deletion form: {{.Data.DeleteUrl}}
|
||||
|
||||
Regards,
|
||||
{{.ServiceName}}
|
@ -4,5 +4,7 @@ Please open this link to verify your email address: {{.Data.VerifyUrl}}
|
||||
|
||||
This link is valid for 10 minutes.
|
||||
|
||||
If you did not create an account with {{.ServiceName}} then please ignore this email and the account will be deleted within a 48-hour period.
|
||||
|
||||
Regards,
|
||||
{{.ServiceName}}
|
||||
|
Loading…
Reference in New Issue
Block a user