Groups | Blog | Home
all groups > iis smtp nntp > march 2005 >

iis smtp nntp : cdosys with windows 2003 error


dmalhotr2001 NO[at]SPAM yahoo.com
3/28/2005 8:20:04 PM
Hi,

I'm using windows 2003 with asp. However I'm having problems sending
email using the cdosys object.

My code is below and I don't believe its the code but on the send
command.

<%
dim sch
dim cdoConfig
dim cdoMessage

sch = "http://schemas.microsoft.com/cdo/configuration/"
Set cdoConfig = Server.CreateObject("CDO.Configuration")
cdoConfig.Fields.Item(sch & "sendusing") = 2
cdoConfig.Fields.Item(sch & "smtpserver") = "127.0.0.1"
cdoConfig.fields.update

Set cdoMessage = Server.CreateObject("CDO.Message")
Set cdoMessage.Configuration = cdoConfig
cdoMessage.From = "test@gmail.com"
cdoMessage.To = "test@gmail.com"
cdoMessage.Subject = "Sample CDONTS NewMail"
cdoMessage.TextBody = "This is a test for CDONTS message"
cdoMessage.Send
Set cdoMessage = Nothing
Set cdoConfig = Nothing
%>

error '8004020f'
/tad/testing.asp, line 30

I'm not sure what's wrong. When I go to my SMTP Virtual Server
settings in IIS --> Properties --> Delivery --> Advanced .

The FQDN is localhost and the smarthost is blank.

Any expertise/help would be greatly appreciated.

Thanks

:D
Aaron [SQL Server MVP]
3/28/2005 11:31:35 PM
http://www.aspfaq.com/2305

--
Please post DDL, sample data and desired results.
See http://www.aspfaq.com/5006 for info.




[quoted text, click to view]

dmalhotr2001 NO[at]SPAM yahoo.com
4/1/2005 6:27:50 AM
Does anyone know if CDOSYS is supported in Longhorn??

:D
jeff.nospam NO[at]SPAM zina.com
4/3/2005 3:01:20 PM
[quoted text, click to view]

Longhorn hasn't been released, or even entered Beta. *Nothing* is
supported or unsupported at this time.

AddThis Social Bookmark Button