|
|
| CDONTS [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
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 |
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 |
|  | |
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 |
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 |
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 |
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 |
|  | |
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 |
Have you ever needed to send email from a web page? Perhaps to build a "Send this to a Friend" link? Have no fear, CDONTS is here. Author: asp101.com Code: ASP 3.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|