asp.net注册后自动发送邮件程序
求asp.net注册后自动发送邮件程序逻辑和理论!有代码发到304316187@qq.com邮箱,谢谢各位大虾了!
http://topic.csdn.net/u/20090322/14/E976626F-2843-4B3D-89BC-A096C2784146.html
http://download.csdn.net/source/1670715
站内搜的。可以看看
public class SendMail
{
/// <summary>
/// 发送邮件
/// </summary>
/// <param name="to">接收方邮件地址 </param>
/// <param name="title">邮件标题 </param>
/// <param name="content">邮件正文内容 </param>
public static bool Send(string to, string title, string content, string strHost, string strAccount, string strPwd, string strfrom)
{
//strHost = "smtp.webjx.com"; //STMP服务器地址
//strAccount = "abc@webjx.com"; //SMTP服务帐号
//strPwd = "password"; //SMTP服务密码
//strfrom = "chenjun@webjx.com"; //发送方邮件地址
相关问答:
select top 12 * from Product where [id] not in (select top 12 [id] from Product)
这样可以分页,但是我在后面想加个条件
select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......
Imports System.ComponentModel
Imports System.Web.UI
Imports System.Web.UI.Design
Imports System.Web.UI.WebControls
Namespace CBDAspNet.WebControls.HTML
''' <summary>
'' ......
服务器现在是。net 2.0的
我现在的项目就是asp.net mvc + linq的,现在服务器的环境配置用不了。
不知道有前辈碰到过这样的问题没。
难道服务器必须要装.net3.5 和 asp.net mvc
请前辈指点
不装你认为你要怎么 ......
<table style="width: 1000px"><tr>
<td style="height: 38px; width: 35px;">
姓名</td>
......