diff --git a/mail/templates/mail-register-admin.go.txt b/mail/templates/mail-register-admin.go.txt new file mode 100644 index 0000000..d614035 --- /dev/null +++ b/mail/templates/mail-register-admin.go.txt @@ -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}} diff --git a/mail/templates/mail-register-delete.go.txt b/mail/templates/mail-register-delete.go.txt deleted file mode 100644 index 522646d..0000000 --- a/mail/templates/mail-register-delete.go.txt +++ /dev/null @@ -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}} diff --git a/mail/templates/mail-verify.go.txt b/mail/templates/mail-verify.go.txt index 12689e3..e8ddaa6 100644 --- a/mail/templates/mail-verify.go.txt +++ b/mail/templates/mail-verify.go.txt @@ -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}}