2017年12月6日

ASP.NET MVC 邮件发送的功能(微软邮箱发送)。

摘要: 控制器: [AllowAnonymous] [HttpPost] public JsonResult SendEmail(QuoEmail email) { using (var bll = new QuotationsBLL()) { bool isPost = true; string chec 阅读全文
posted @ 2017-12-06 17:04 爱吃菠菜的圣斗士、 阅读(754) 评论(0) 推荐(0)