摘要:        
对于邮件发送,一般来说,程序会响应超过1秒,这样对于用户体验来说,让用户等待的时间过长,而且发送的邮件越多时间就越长,所以这里我利用了线程的来处理邮件发送这种耗时的工作,废话不多说,直接上代码 private string title; /// /// 发送标题 /// public string Title { get { return title; } set { title = value; } } private string body; /// /// 发送内容,可以包含html /// ...    阅读全文
posted @ 2014-03-19 17:44
忽悠的疯狂
阅读(459)
评论(0)
推荐(0)
        
 
                    
                
 浙公网安备 33010602011771号
浙公网安备 33010602011771号