Hits Today: 7 Total: 33760 | Updated: 10/27/2001 | |
 | Use this quick wizard-like form to actually build a form that sends email using CDONTS. In a couple of minutes you will be able to recieve feedback. Author: Derek Truman Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 54545 | Updated: 11/8/2001 | |
 | IIS 4.0 has a very useful server object: CDONTS. Using this it is possible to send e-mails from your ASP code very easily. Here you have an example of how to do this. Author: Carlos Baez Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 4758 | Updated: 3/24/2002 | |
 | CDO Email Form 1.0 - an ASP Server Behavior for Dreamweaver UltraDev. This server behavior inserts ASP code required to send an email using CDO with a form with 'To', 'From', 'CC', 'Subject', 'Message' text fields and a submit button.
Author: Pete Erwin Code: ASP 2.0 & VBScript | |  | |
Hits Today: 1 Total: 14139 | Updated: 2/2/2001 | |
 | You can send email using ASP with Cdonts. It is the easiest way to send email using ASP and the best part is Cdonts comes with IIS.
Author: Amit Agarwal Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 5727 | Updated: 12/6/2001 | |
 | Sending emails from ASP scripts is one of the simplest things you can do in ASP. To show the simplicity of email, we are going to use CDONTS.
Why ? CDONTS is included in IIS4 and IIS5 (Windows NT4 and Windows 2000), which means it's widely supported. Author: Domingo Pichardo Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 8266 | Updated: 4/22/2000 | |
 | This is the code that actually grabs all the email addresses from the FieldName called 'email'. Once it has all the email addresses it puts it in a variable. Author: ASP Express Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 4468 | Updated: 2/1/2002 | |
 | This tutorial outlines the basics in setting up a server and an ASP Script to send an email from a website utilizing Collaboration Data Objects (CDO). The required server setup and code snippits are included. Author: Derrald Farnsworth-Livingston Code: ASP 3.0 & VBScript | |  | |
Hits Today: 3 Total: 6336 | Updated: 11/20/2001 | |
 | This code snippet ( now Redone so it works) will send mail using an online form, post it to a confirmation page, then E mail you and the sender (To confirm the e mail). Code: ASP 2.0 & VBScript |
Hits Today: 2 Total: 648 | Updated: 2/4/2007 | |
 | This tutorial will allow your web site visitors to send their comments or enquiries to your e-mail address or send e-mails to their own friends form your site.
Author: : Bruce Corkhill Code: ASP 3.0 & VBScript |
|