From b7ae3af39fde3dfff6c0a08ab079a39b3b603c2c Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 16 Jan 2024 14:01:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Common/MailService.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Common/MailService.cs b/IRaCIS.Core.Application/Service/Common/MailService.cs index 3acbf7f..b5e70ce 100644 --- a/IRaCIS.Core.Application/Service/Common/MailService.cs +++ b/IRaCIS.Core.Application/Service/Common/MailService.cs @@ -118,7 +118,7 @@ namespace IRaCIS.Application.Services builder.HtmlBody = string.Format(templateInfo, $" Dear {userName} , ", - "You are resetting your Email.", + "You are resetting your Email", verificationCode ); } @@ -180,7 +180,7 @@ namespace IRaCIS.Application.Services builder.HtmlBody = string.Format(templateInfo, "", - "You are resetting your password,", + "You are resetting your password", verificationCode ); } @@ -246,7 +246,7 @@ namespace IRaCIS.Application.Services builder.HtmlBody = string.Format(templateInfo, "", - "You are participating in the image reading project of Elevate Imaging LLC.", + "You are participating in the image reading project of Elevate Imaging LLC", verificationCode ); }