Assonet River Design Group : Portfolio : Code Snippets : Contact

ASPEmail Form 1.0 - (Free)
ASP Server Behavior for Dreamweaver UltraDev


written by Pete Erwin
April 24, 2002


This server behavior inserts ASP code required to send an email using the ASPEmail Server Component by Persists Software, Inc.

By default, a message will be displayed on the page after sending the email. Comment out the Response.Write line and comment in the Response.Redirect line to display a new page after sending the email. Obviously, you'll need to create this page yourself.

You may want to change certain fields types in your form to suit your needs (i.e. make them hidden, or contain fixed values, etc.). Try binding data from a recordset to make the field values dynamic. This can also be used as a 'Tell-A-Friend' style form.


Download Extension Download Now (7 kb)


Once installed:

Server Behaviors > Assonet River > ASPEmail Form

View code generated using this server behavior extension.
You can copy and paste the code into your ASP page without using UltraDev.

Feel free to send us comments & suggestions.

Related Links:

www.aspemail.com
www.aspemail.com/Manual.htm

Thanks to Ken Ford for helping with the ASPEmail testing!
(I didn't have it installed on my server at nexpoint.net)