From 90a7e20be45d6f5a416d3199a3734f206c86236d Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 22 Dec 2025 14:04:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=82=AE=E4=BB=B6=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Helper/Email/SendEmailHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Helper/Email/SendEmailHelper.cs b/IRaCIS.Core.Application/Helper/Email/SendEmailHelper.cs index 211665302..b87896b90 100644 --- a/IRaCIS.Core.Application/Helper/Email/SendEmailHelper.cs +++ b/IRaCIS.Core.Application/Helper/Email/SendEmailHelper.cs @@ -71,7 +71,7 @@ public static class SendEmailHelper if (fromAddress != null) { messageToSend.From.Clear(); - messageToSend.From.Add(new MailboxAddress(trial.EmailFromName, trial.EmailSMTPServerAddress)); + messageToSend.From.Add(new MailboxAddress(trial.EmailFromName, trial.EmailFromEmail)); }