122
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user