40 lines
1.9 KiB
Plaintext
40 lines
1.9 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SendEmailPop.aspx.cs" Inherits="FineUIPro.Web.SendEmail.SendEmailPop" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<f:PageManager ID="PageManager1" runat="server" />
|
|
<f:SimpleForm ID="SimpleForm1" CssClass="blockpanel" BodyPadding="10px" LabelWidth="200px"
|
|
EnableCollapse="false" runat="server" ShowBorder="true" ShowHeader="true" Title="Email configuration">
|
|
<Items>
|
|
<f:TextBox ID="EmailFwq" ShowLabel="true" Required="true" LabelWidth="140px" BoxFlex="2"
|
|
runat="server" Label="Mail server address">
|
|
</f:TextBox>
|
|
<f:TextBox ID="EmailDk" ShowLabel="true" Required="true" LabelWidth="140px" BoxFlex="2"
|
|
runat="server" Label="The port number">
|
|
</f:TextBox>
|
|
<f:TextBox ID="EmailYx" ShowLabel="true" Required="true" LabelWidth="140px" BoxFlex="2"
|
|
runat="server" Label="Sender's mailbox">
|
|
</f:TextBox>
|
|
<f:TextBox ID="EmailUsername" ShowLabel="true" Required="true" LabelWidth="140px"
|
|
BoxFlex="2" runat="server" Label="UserName">
|
|
</f:TextBox>
|
|
<f:TextBox ID="EmailPass" ShowLabel="true" InputType="password" Required="true" LabelWidth="140px" BoxFlex="2"
|
|
runat="server" Label="Password">
|
|
</f:TextBox>
|
|
<f:Button ID="btnSubmit" ValidateForms="SimpleForm1" CssClass="marginr" Text="Submit"
|
|
runat="server" OnClick="btnSubmit_Click" Hidden="true">
|
|
</f:Button>
|
|
</Items>
|
|
</f:SimpleForm>
|
|
</form>
|
|
</body>
|
|
</html>
|
|
|