11212121
This commit is contained in:
@@ -107,9 +107,12 @@ namespace FineUIPro.Web.Email_Send
|
||||
protected void btnSave_Click(object sender, EventArgs e)
|
||||
{
|
||||
//string mailFrom = MailHelper.MailServerFrom;
|
||||
Email_Pop pop = new Email_Pop();
|
||||
pop = MailHelper.getEmailPop("7EC5E991-B7A0-495A-90ED-2BE15370C959");
|
||||
|
||||
var pop = MailHelper.getEmailPop();
|
||||
if (pop == null)
|
||||
{
|
||||
ShowNotify("未配置邮件服务器", MessageBoxIcon.Error);
|
||||
return;
|
||||
}
|
||||
|
||||
string mailFrom = pop.EmailYx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user