navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Send confirmation email

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Send confirmation email
Page: [1]
 
Mav44

 

Posts: 122
Joined: 6/25/2006
Status: offline

 
Send confirmation email - 8/5/2008 14:42:24   
I have been using the following script for the past couple of years to let me know when someone has completed a form for review. After they complete the form they are taken to a "thank you page" and this page kicks an email out to me. All of a sudden the user receives a error '80040211', page and I don't get an email. I am guessing that it has something to do with how I am trying to relay the info. Any ideas are apprciated as always!

<%

Set oMail = Server.CreateObject("CDO.Message")
Set oMailConfig = Server.CreateObject ("CDO.Configuration")
oMailConfig.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "relay-hosting.secureserver.net"
oMailConfig.Fields("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
oMailConfig.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
oMailConfig.Fields("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = 60
oMailConfig.Fields.Update
Set oMail.Configuration = oMailConfig
oMail.From = "me@myemail.com"
oMail.To = "me@myemail.com"
oMail.Subject = "Website - XYZ Update"
oMail.HTMLBody = "The XYZ Page Has Received A Request for Approval"
oMail.Send

Set oMail = Nothing
Set oMailConfig = Nothing

%>


Mav44

 

Posts: 122
Joined: 6/25/2006
Status: offline

 
RE: Send confirmation email - 8/5/2008 17:29:57   
Enough research and I can answer my own problems :)

It seems the problem was not with my code but with Godaddy server. After following the info at http://help.godaddy.com/article/4219 I am back up and running like a charm.

(in reply to Mav44)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Send confirmation email
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts