繁体中文
设为首页
加入收藏
当前位置:.Net技术首页 >> Asp.Net开发 >> Sending Email via ASP.NET and CDONTS[vs bate2 等级 中、高](转载:aspfree)

Sending Email via ASP.NET and CDONTS[vs bate2 等级 中、高](转载:aspfree)

2007-08-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介: Sub Page_load(Sender as Object, E as EventArgs) If request.form("EmailAddress") = "" Then dim strResponse as string = "Send Email using ASP.NET formatted in HTML" lblMessage.Text = strResponse ...

<%@ Page Language="VB" EnableSessionState="False" EnableViewState="False" Trace="False" Debug="False" Strict="True" %>

<%@ Import Namespace="System.Web.Mail" %>

Sending Email via ASP.NET and CDONTS..

How do I setup my server to use CDONTS?





Email Address:

责任编辑:admin
相关文章