Click here to Skip to main content
15,883,883 members
Articles / Web Development / ASP.NET

Bulk Email Sender & Extractor

Rate me:
Please Sign up or sign in to vote.
2.46/5 (32 votes)
24 Feb 20042 min read 182.9K   6.8K   64  
Bulk Email Sender & Extractor
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Default.aspx.vb" Inherits="emailer.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>WebForm1</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<asp:Label id="Label1" style="Z-INDEX: 100; LEFT: 16px; POSITION: absolute; TOP: 56px" runat="server"
				Width="88px" Height="24px">From Name</asp:Label>
			<asp:LinkButton id="LinkButton2" style="Z-INDEX: 115; LEFT: 320px; POSITION: absolute; TOP: 8px"
				runat="server" Height="24px" Width="216px" Font-Bold="True">Bulk Email Extractor</asp:LinkButton>
			<asp:Button id="btnReset" style="Z-INDEX: 112; LEFT: 272px; POSITION: absolute; TOP: 400px"
				tabIndex="7" runat="server" Width="104px" BorderWidth="1px" Text="Reset"></asp:Button>
			<asp:Button id="btnSend" style="Z-INDEX: 111; LEFT: 496px; POSITION: absolute; TOP: 400px" tabIndex="5"
				runat="server" Width="104px" BorderWidth="1px" Text="Send"></asp:Button>
			<asp:TextBox id="txtBody" style="Z-INDEX: 108; LEFT: 120px; POSITION: absolute; TOP: 120px" tabIndex="4"
				runat="server" Width="488px" Height="272px" BorderWidth="1px" TextMode="MultiLine"></asp:TextBox>
			<asp:TextBox id="txtTitle" style="Z-INDEX: 107; LEFT: 120px; POSITION: absolute; TOP: 88px" tabIndex="2"
				runat="server" Width="187px" Height="23px" BorderWidth="1px"></asp:TextBox>
			<asp:TextBox id="txtFromEmail" style="Z-INDEX: 106; LEFT: 424px; POSITION: absolute; TOP: 56px"
				tabIndex="1" runat="server" Width="187px" Height="23px" BorderWidth="1px"></asp:TextBox>
			<asp:Label id="Label5" style="Z-INDEX: 104; LEFT: 320px; POSITION: absolute; TOP: 88px" runat="server"
				Width="88px" Height="24px">Priority</asp:Label>
			<asp:Label id="Label4" style="Z-INDEX: 103; LEFT: 16px; POSITION: absolute; TOP: 120px" runat="server"
				Width="88px" Height="24px">Body</asp:Label>
			<asp:Label id="Label3" style="Z-INDEX: 102; LEFT: 16px; POSITION: absolute; TOP: 88px" runat="server"
				Width="88px" Height="24px">Title</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 101; LEFT: 320px; POSITION: absolute; TOP: 56px" runat="server"
				Width="88px" Height="24px">From Email</asp:Label>&nbsp;
			<asp:TextBox id="txtFromName" style="Z-INDEX: 105; LEFT: 120px; POSITION: absolute; TOP: 56px"
				runat="server" Width="187px" Height="23px" BorderWidth="1px"></asp:TextBox>
			<asp:DropDownList id="drpPriority" style="Z-INDEX: 109; LEFT: 424px; POSITION: absolute; TOP: 88px"
				tabIndex="3" runat="server" Width="184px">
				<asp:ListItem Value="1">Low</asp:ListItem>
				<asp:ListItem Value="0">Normal</asp:ListItem>
				<asp:ListItem Value="2">High</asp:ListItem>
			</asp:DropDownList>
			<asp:Button id="btnSendSample" style="Z-INDEX: 110; LEFT: 384px; POSITION: absolute; TOP: 400px"
				tabIndex="6" runat="server" Width="104px" BorderWidth="1px" Text="Send Sample"></asp:Button>
			<asp:Label id="lblMessage" style="Z-INDEX: 113; LEFT: 16px; POSITION: absolute; TOP: 440px"
				runat="server" Width="593px" Height="64px"></asp:Label>
			<asp:LinkButton id="LinkButton1" style="Z-INDEX: 114; LEFT: 16px; POSITION: absolute; TOP: 8px"
				runat="server" Height="24px" Width="216px" Font-Bold="True">Bulk Email Sender</asp:LinkButton>
		</form>
	</body>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
President Momentaj Inc.
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions