Send2Page Control ReadMe
24 May, 2008
---------------------------------

The Send2Page Control works with the free send2page service, http://www.send2page.com.

The send2page service lets you set up special email addresses to which you can send HTML formatted content that you would like to appear on your web pages.  
The Send2Page Control displays the Emailed content when the page is viewed in the browser.


----------------------------------
This package includes the following files:

Readme.txt - this file
Send2Page.vsi - a Visual Studio 2005/2008 Installation file that automatically adds the Send2Page control to your Visual Studio Toolbox
QualityData.Send2Page.dll - the same assembly (.dll file) that would be installed if you double-click the send2page.vsi file
license.htm - the Send2Page Control license agreement


-----------------------------------
Notes: 

1. The send2page service will work even without the Send2Page Control (just paste an HTML/Javascript snippet onto your page) 
however the control provides a nice design time experience if you are using Visual Studio.



2. You can use the Send2Page control without running the Send2Page.vsi by simply referencing or copying the assembly QualityData.Send2Page.dll 
into the bin folder of your Asp.Net web application then adding the following markup just below the page directive of your web page:

<%@ Register assembly="QualityData.Send2PageControl" namespace="QualityData.Web.UI.WebControls" tagprefix="qd" %>

Type the following where you want the control to appear: <qd:Send2Page ID="Send2Page1" runat="server" Send2PageEmail="yourEmail@send2page.com" />
where "yourEmail@send2page.com" is the special Email you receive from the send2page service.



3. By using the Send2Page Control, you agree to the license which is available at: http://www.qualitydata.com/products/send2page/license-agreement.aspx



-----------------------------------
The Send2Page Control is published by Quality Data, Inc. and can also be downloaded at http://www.qualitydata.com