提示问题: Connection error sending email,retrying once more in 10 seconds…… Connection error sending email,retrying once more in 10 seconds…… Failed after second try sending email 在系统管理,系统设置中,设置如下后,测试邮件发送没有问题:…
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mail; /// <summary> ///mailhelper 的摘要说明 /// </summary> public class mailhelper { public mailhelper() { // //TODO: 在此处添加构造函数逻辑 // } /// <su…