前言:OA自动发送邮件的程序不好使,SQL Server 存储过程邮件发送程序好使,但是不利于标准化和维护,于是觉得是适合找些“轮子”武装一下.想起之前学习过System.Net.Mail ,于是再次重温一下. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Net; using System.Net.Mail; using DevComponen…