邮件发送测试页。首页
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="Test.SendMailSample" %>
<HTML> <HEAD> <title>邮件发送样例</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style type="text/css">TD { FONT-SIZE: 9pt; FONT-FAMILY: "宋体" } .TextBox { BORDER-RIGHT: #000000 thin dashed; BORDER-TOP: #000000 thin dashed; BORDER-LEFT: #000000 thin dashed; BORDER-BOTTOM: #000000 thin dashed } </style> </HEAD> <body text="#000000" bgColor="#ffffff"> <form runat="server"> <table style="BORDER-COLLAPSE: collapse" borderColor="#111111" cellSpacing="0" cellPadding="3" width="500" align="center" border="1"> <tr> <td align="middle" colSpan="2">邮件发送样例(SOCKET类)</td> </tr> <asp:panel id="pelMessage" Visible="False" Runat="server"> <TR> <TD align="middle" colSpan="2"> <asp:Label id="lblMessage" runat="server"></asp:Label></TD> </TR> </asp:panel>版权声明:本文博客原创文章。博客,未经同意,不得转载。