Posted on: 9/10/2015 5:59:37 PM | Views : 728

<%@ Page Title="Home Page" Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <head><title>ASP Send Email</title></head> <body> <font face="Arial, Helvetica, sans-serif" size="2"> <form id="theform" name="Send Mail" method="post" onsubmit="return submittedCheck();" style="padding: 0; margin: 0;" action="Default.aspx"> <table border="0" cellpadding="0" cellspacing="0" width="522"> <tbody> <tr class="theme"> <td align="left" valign="top"> <table border="0" cellpadding="0" cellspacing="2" width="385"> <tbody> ...

Go to the complete details ...