1
This commit is contained in:
@@ -104,6 +104,7 @@ namespace BLL
|
||||
mail.Subject = $"关键事项超期预警提醒——{projectName}";
|
||||
//mail.To.Add(user.Email);
|
||||
mail.To.Add("1784803958@qq.com");
|
||||
mail.To.Add("fuwei@cwcec.com");
|
||||
mail.IsBodyHtml = true;//确保邮件正文被当作HTML解析
|
||||
|
||||
StringBuilder tbodyStr = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user