一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

如何在ASP+中发送邮件

时间:2008-01-12 编辑:简简单单 来源:一聚教程网

This article features how to send email from an ASP+ page. Using email from an ASP+ page has many uses
(Notify of errors, inform people about a a subject. etc..). This code sample sends a formatted HTML
message to the email address entered. Enjoy this free code!
Here is the code
Page 1. The input form





Email Address:






Page 2. Sends the email code
<%@ Import Namespace="System.Web.Util" %>



Email Formatted HTML message with ASP+


You just sent an email message formatted in HTML to:

<% response.write(request.form("EmailAddress")) %>





热门栏目