diff --git a/fs_template/get_reset_password_html.tpl b/fs_template/get_reset_password_html.tpl
index 613b0586..014d7386 100644
--- a/fs_template/get_reset_password_html.tpl
+++ b/fs_template/get_reset_password_html.tpl
@@ -1,4 +1,6 @@
-Subject: Password Reset Request for Your {{ .CompanyName }} Account
+Subject: Password Reset
+
+Request for Your {{ .CompanyName }} Account
Dear {{ .UserName }},
@@ -6,7 +8,7 @@ We have received your request to reset the password for your {{ .CompanyName }}
Please click the button below to confirm your new password:
-Confirm New Password
+Open ResetPassword Page
This password reset confirmation link will expire in 60 minutes. Please let us know if you have any other questions!
diff --git a/server/auth/internal/logic/email_manager.go b/server/auth/internal/logic/email_manager.go
index 47268c8e..57ad20cb 100644
--- a/server/auth/internal/logic/email_manager.go
+++ b/server/auth/internal/logic/email_manager.go
@@ -34,7 +34,7 @@ func init() {
EmailManager = &EmailSender{
EmailTasks: make(chan *EmailFormat, 10),
Auth: smtp.PlainAuth(
- "",
+ "fusen support",
"support@fusenpack.com",
"wfbjpdgvaozjvwah",
"smtp.gmail.com",