Send HTML email from an ASP script with the HTML Mail on the Web Sample

This sample demonstrates sending HTML email from an ASP script. Enter the title of the HTML page you would like to get and the PowerTCP Web Control will send an HTTP GET request to receive the page. All HTML resources (such as images, style sheets, etc) will also be retrieved by the Web Control. A multi-part MIME message will be created using these resources, which will be emailed from the ASP script to the recipient using the SMTP activex control.

Download the HTML Mail on the Web Sample Now.

Modify this script to create and send an HTML-formatted email message to people who visit your site. For example, perhaps your website offers a service that users fill out a "sign-up" form to access. When this "sign-up" form is posted to your ASP script, you could dynamically create an HTML email message, containing company graphics and pertinant links to pages within your site.

If you are interested in this sample, be sure to see these links: