Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,471
There are 1084 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     Other Programming Languages :

ASP data submission notifier

Thread title: ASP data submission notifier
Closed Thread    
    Thread tools Search this thread Display Modes  
04-04-2007, 07:56 PM
#1
jabberwocky is offline jabberwocky
jabberwocky's Avatar
Status: Member
Join date: Oct 2005
Location: Calgary, Alberta, Canada
Expertise:
Software:
 
Posts: 278
iTrader: 0 / 0%
 

jabberwocky is on a distinguished road

  Old  ASP data submission notifier

Hey,

I have this small app written in ASP. This app allows user to post comments on project and stuff. I'm trying to figure away to get an email notification when a comment is posted. Any ideas on how to do this?

cheers

04-04-2007, 09:46 PM
#2
jabberwocky is offline jabberwocky
jabberwocky's Avatar
Status: Member
Join date: Oct 2005
Location: Calgary, Alberta, Canada
Expertise:
Software:
 
Posts: 278
iTrader: 0 / 0%
 

jabberwocky is on a distinguished road

  Old

k i found this and gave it a try;

Code:
 
<%
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.From = "Trescomedia"
'objCDOMail.To = strEmail
objCDOMail.To = "cfleming@trescoconsoles.com"

objCDOMail.Subject = strSubject
strSubject="Entry posted to Woodriver portal"
strBody = "A New post is up"
objCDOMail.Body = strBody
objCDOMail.Send
Set objCDOMail = Nothing
%>
but now i get this error

Server object error 'ASP 0177 : 800401f3'
which is weird, cause there are other objects being created (i think) in the rest of this code. I really don't know anything about ASP so I'm not sure what this is all about. Any help would be appreciated,

Cheers

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed