|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: ASP Pages and Exchange 5.5 |
|
From: |
Lothar A. Haensler |
|
Date: |
1/19/1999 7:11:11 AM |
|
IP: |
212.2.65.69 |
CDO or CDONTS is the way to go! it stands for Collaboration Data Objects (for NT server). It comes with IIS 4 and NT option pack, AFAIK.
Its VERY easy to send an eMail from an ASP.
3 lines of code:
Set objMail = Server.CreateObject("CDONTS.NewMail")
objMail.Send "sender","emailaddress of receiver","subject","messagetext",0
Set objMail = nothing
hth
-Lothar |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|