Microsoft® FrontPage®
FrontPage 2000, FrontPage 2002 - FrontPage 2003, Find: help, templates, tutorials, DWT, DRW, DIW @ www.FrontPageWiz.com
 
FrontPage & Expression Hosting - "FREE 3 MONTHS"
Plus Free Web Site Repairs "Site Doctor" Click Here.

 
 

New!!
FrontPage Forums
FrontPage 2003
FrontPage 2002
FrontPage 2000
FrontPage 97/98

Microsoft Excel Tools

 

 

 

 

 

Send email using aspx - ASP.NET

You will need ASP.Net install on your server.
Just copy and paste the code below.
The page needs to end with  .aspx

<%@page language="VB" %>
<%@Import Namespace="System.Web.Mail" %>
<HTML><BODY>

<SCRIPT LANGUAGE="VB" RUNAT="server">

Sub SendMail (Obj As Object, E As EventArgs)

Dim mailObj AS new MailMessage

mailObj.From = MsgFrom.text
mailObj.To = MsgTo.Text
mailObj.Subject = MsgSubject.Text
mailObj.Body = MsgBody.Text

SmtpMail.SmtpServer = "localhost"
SmtpMail.Send(mailObj)
End Sub
</SCRIPT>

<form runat="server">
<table>
<tr>
<td>Send To:</td>
<td><asp:Textbox id="MsgTo" runat="server"/></td>
</tr>
<tr>
<td>Send From:</td>
<td><asp:Textbox id="MsgFrom" runat="server"/></td>
</tr>
<tr>
<td>Message Subject:</td>
<td><asp:Textbox id="MsgSubject" runat="server"/></td>
</tr>
<tr>
<td>Message Body:</td>
<td><asp:Textbox TextMode="multiline" Rows="5" id="MsgBody" runat="server"/></td>
</tr>
<tr>
<td> </td>
<td><asp:button Text="Send" onclick="SendMail" id="Send" runat="server"/></td>
</tr>
</table>
</form>
</BODY></HTML>

 

 

 

 

Home

© Copyright 2004 Frontpagewiz.com. All Rights Reserved.


www.frontpagewiz.com 

asp bugs Buttons dbarticles Whats_New frontpage_how_to Graphics hosting Folder Permissions IIS5
Time Links Asset Protection
microsoft_support  FrontPage Web rings tables Templates tools tutorials beginners behaviors
buttons
code_snippets components customizing ROI diw formatting forms press release headers Real Estatelogin_scripts navigation
Real Estate sharepoint
tables video web_dictionary webmaster articles domains tools web_design marconow.com webwizguide

 

 

 

FrontPage Resources     Privacy Statement     Disclaimers    TOC

 ©2003-2007, frontpagewiz.com All rights reserved.