1. Create 3 html pages:

- one .htm page containing the subscription form, similar to the attached "newsletter.htm" example. The form must contain a text field named "email" and the data must be sent to "newsletterprocess.php" in POST mode. Alternatively you can include the form in an existing page of the site (make sure it doesn't get nested into another form).

- 2 .htm reply pages: one for the positive response and one for the negative response, "newsletterok.htm" and "newsletterko.htm" in the attached example. There are no particular requirements for these pages: the grafic layout can be modified to best suit you web site's grafical style.

2. Open the "newsletterprocess.asp" file and modify the SETTINGS section by inserting the distribution list managing e-mail address (to match the settings in SendBlaster) and the reply pages URLs. Optionally, include all the additional parameters required by the server for e-mail sending.

3. Upload the .htm pages and the .asp page on the server, in the same directory.