1. Create 5 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.asp" 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).

- two .htm reply pages for subscription step: 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.

- two .htm reply pages for final confirmation step: one for the positive response and one for the negative response, "confirmationok.htm" and "confirmationko.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), the full URL of "newsletterconfirm.asp" script on your website, and the subscription reply pages URLs. Optionally, include all the additional parameters required by the server for e-mail sending.


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


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