This commit is contained in:
jackchenyang
2024-05-16 15:50:44 +08:00
parent d5f90004f5
commit 904833ad7e
13 changed files with 97 additions and 59 deletions
@@ -110,6 +110,7 @@ namespace FineUIPro.Web.Email_Send
Email_Pop pop = new Email_Pop();
pop = MailHelper.getEmailPop("7EC5E991-B7A0-495A-90ED-2BE15370C959");
string mailFrom = pop.EmailYx;
string[] mailTo = null;
@@ -129,6 +130,11 @@ namespace FineUIPro.Web.Email_Send
namelist.Add(tn.CommandName);
}
}
if (namelist.Count == 0)
{
ShowNotify("请至少选择一项用户进行发送!", MessageBoxIcon.Warning);
return;
}
mailTo = namelist.ToList().ToArray();
mailSubject = this.txtSendTitle.Text.Trim();