Wrox Programmer Forums
|
ASP CDO As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP CDO section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 25th, 2005, 12:22 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 198
Thanks: 2
Thanked 0 Times in 0 Posts
Send a message via MSN to itHighway
Default CDO ERROR

There seems to be an error with CDOSYS email script. I cant use it on 2 servers

The error I get is..

ADODB.Fields error '800a0ea5'
Fields update failed. For further information, examine the Status property of individual field objects.


set imsg = createobject("cdo.message")
set iconf = createobject("cdo.configuration")

set Flds = iConf.Fields
With Flds
.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = <smtp address>
.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 25
.Update
End With

With iMsg
Set .Configuration = iConf
.To = <email address>
.From = <email address>
.Subject = <subject>
.HTMLBody = <message body>
.fields.update
.Send
End With

set imsg = nothing
set iconf = nothing






Similar Threads
Thread Thread Starter Forum Replies Last Post
CDO Email error Treefarn Classic ASP Professional 10 February 20th, 2007 02:39 PM
how to remove this CDO error p2pMember Classic ASP Professional 3 October 6th, 2005 04:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.