匿名修改账户信息
This commit is contained in:
@@ -39,7 +39,7 @@ namespace IRaCIS.Application.Services
|
||||
//收件地址
|
||||
messageToSend.To.Add(new MailboxAddress(userName, emailAddress));
|
||||
//主题
|
||||
messageToSend.Subject = "Reset PassWord (Verification Code)";
|
||||
messageToSend.Subject = "Reset email (Verification Code)";
|
||||
|
||||
messageToSend.Body = new TextPart("plain")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user