zhengcaioa/CommonToolsCore/SendMailHelper.cs
@@ -33,7 +33,7 @@ } model.Host = "smtp.qq.com"; model.Port = 587; model.SenderName = "四川政采招投标咨询有限公司"; model.SenderName = "政采咨询网"; model.SenderAddress = "3543725713@qq.com";//272629192@qq.com model.SenderPassword = "gumcmfdbcfnjdajd"; //mnooicotjaflbhdd MailAddress sender = new MailAddress(model.SenderAddress, model.SenderName);