|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: DB entry and auto email notice |
From: |
bigdog |
Date: |
6/8/2001 2:09:47 PM |
IP: |
198.166.214.4 |
Hey Cd
CDONT should work... I've never used it.
I'm sure the code would look something like this:
Set objMail = CreateObject("CDONTS.Newmail")
objMail.Send("you@yourhome.com", "me@athome.com", "My Subject", "My message body")
Set objMail = Nothing
I'd add this code after your close your db recordset insert.
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|