使用System.Web.Mail 组件通过SMTP认证发送邮件
摘要: 使用System.Web.Mail 组件通过SMTP认证发送邮件需要加入认证信息Message.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1" ); //basic authenticationMessage.Fields.Add("...
阅读全文
posted @
2005-01-17 09:47 Sharper代码人生 阅读(927) |
评论 (2) 编辑