username@email.com
2021-10-09 f33ece65bdfd7b8354bd5046d4b9d2d600643b0f
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);