最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
一个通过web.Mail发送邮件的类
时间:2022-06-30 11:38:45 编辑:袖梨 来源:一聚教程网
using System;
using System.Web;
using System.Web.Mail;
using Dottext.Framework;
using Dottext.Framework.Configuration;
namespace YourNamespace.Email
{
///
/// Default implementation of the IMailProvider
///
public class SystemMail : IMailProvider
{
public SystemMail(){}
#region
private string _to;
public string To
{
get{return _to;}
set{_to = value;}
}
private string _from;
public string From
{
get{return _from;}
set{_from = value;}
}
private string _subject;
public string Subject
{
get{return _subject;}
set{_subject = value;}
}
private string _body;
public string Body
{
get{return _body;}
set{_body = value;}
}
#endregion
private string _adminEmail;
public string AdminEmail
{
get{return _adminEmail;}
set{_adminEmail = value;}
}
private string _smtpServer = "localhost";
public string SmtpServer
相关文章
- 羞羞漫画免费登录-羞羞漫画极速登录页 03-01
- Zlibrary中文官网-最新入口一键下载 03-01
- 歪动漫画韩漫全集免费-歪歪漫画在线高清畅看 03-01
- 羞羞漫画官网登录入口-羞羞漫画官网首页登录 03-01
- Zlibrary官方正版-Zlibrary中文入口 03-01
- cycity次元城官网-异世界动漫最新镜像一键高速访问 03-01