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 ); }