@model YLErp.MailKit.SmtpConfig @{ ViewData["Title"] = "邮件发送配置"; var pageObj = new { Model = Model, AjaxSaveSmtpConfig = Url.Action("AjaxSaveSmtpConfig"), AjaxSendMailTest = Url.Action("AjaxSendMailTest") }; } @section heads{ }

邮件发送配置

邮件发送测试

发送测试邮件到  
@section scripts{ }