473,403 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

CDONTS.NewMail - not working...!

Hi all,

I'm using IIS 5 on a win xp machine for all my testing,
before I upload to our live server. I've installed the
SMTP service and it's running with no errors.

Dose anyone know anything about the above set-up not
supporting "CDONTS.NewMail" for sending email using
ASP..?

I get the following error message: "Server object, ASP
0177 (0x800401F3) Invalid class string".

Any help would be great..

Thanks

Steve
Jul 19 '05 #1
4 8007
> I'm using IIS 5 on a win xp machine for all my testing,
before I upload to our live server. I've installed the
SMTP service and it's running with no errors.

Dose anyone know anything about the above set-up not
supporting "CDONTS.NewMail" for sending email using
ASP..?


CDONTS has been deprecated, and no longer ships in XP or Windows Server
2003. Please search aspfaq.com for "cdo.message" without the quotes for
some code samples using that object instead.
Jul 19 '05 #2
If you must use CDONTS, you can copy the file cdonts.dll and manually
register it on your xp box. However, CDO.Message is the correct way to go.

"Steve" <la****@yahoo.com> wrote in message
news:0d****************************@phx.gbl...
Hi all,

I'm using IIS 5 on a win xp machine for all my testing,
before I upload to our live server. I've installed the
SMTP service and it's running with no errors.

Dose anyone know anything about the above set-up not
supporting "CDONTS.NewMail" for sending email using
ASP..?

I get the following error message: "Server object, ASP
0177 (0x800401F3) Invalid class string".

Any help would be great..

Thanks

Steve

Jul 19 '05 #3
Thanks Israel/Aaron for your answers... Do you know if
CDO.Message will work with IIS4 and/or win2k...?

Steve

-----Original Message-----
If you must use CDONTS, you can copy the file cdonts.dll and manuallyregister it on your xp box. However, CDO.Message is the correct way to go.
"Steve" <la****@yahoo.com> wrote in message
news:0d****************************@phx.gbl...
Hi all,

I'm using IIS 5 on a win xp machine for all my testing,
before I upload to our live server. I've installed the
SMTP service and it's running with no errors.

Dose anyone know anything about the above set-up not
supporting "CDONTS.NewMail" for sending email using
ASP..?

I get the following error message: "Server object, ASP
0177 (0x800401F3) Invalid class string".

Any help would be great..

Thanks

Steve

.

Jul 19 '05 #4
Yes, it will work with Windows 2000. I don't believe NT 4.0 had it.

You could build a conditional sub, I suppose, based on
request.serverVariables("SERVER_SOFTWARE"). Or, you could use one of many
other ways to send mail... search for "send_e" without the quotes at
www.aspfaq.com ...

"Steve" <la****@yahoo.com> wrote in message
news:0b****************************@phx.gbl...
Thanks Israel/Aaron for your answers... Do you know if
CDO.Message will work with IIS4 and/or win2k...?

Steve

-----Original Message-----
If you must use CDONTS, you can copy the file cdonts.dll

and manually
register it on your xp box. However, CDO.Message is the

correct way to go.

"Steve" <la****@yahoo.com> wrote in message
news:0d****************************@phx.gbl...
Hi all,

I'm using IIS 5 on a win xp machine for all my testing,
before I upload to our live server. I've installed the
SMTP service and it's running with no errors.

Dose anyone know anything about the above set-up not
supporting "CDONTS.NewMail" for sending email using
ASP..?

I get the following error message: "Server object, ASP
0177 (0x800401F3) Invalid class string".

Any help would be great..

Thanks

Steve

.

Jul 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: | last post by:
Hi Guys CDONTS works with all sites hosted on my test server bar one (which surely rules out a miscomputation of the Default SMTP server in IIS). I have tried uploading the file with make up...
2
by: Tom Petersen | last post by:
Is there anyway to display the comma using CDONTS.NewMail on the from 'object' For example, when I send the email, I want it to say from: Petersen, Tom, but when I rec. it only shows Petersen. ...
0
by: Saya | last post by:
Hi all, I am trying to solve the follwoing issue. I need to send emails writte in Chinese, and in HTML format. I have the HTML format at Chinese characters in the body working, using the...
6
by: vasanth kumar | last post by:
I am running the following script for sending e-mail thro web Set objCDOMail = Server.CreateObject("CDONTS.NewMail") objCDOMail.From = "vkumar@ugs.com" objCDOMail.To = "vkumar@ugs.com"...
6
by: kelsloris | last post by:
I have an asp app that uses CDONTS to send email notifications. On the .send method I get an error saying the specified path could not be found. Everything I find about this error refers to IMS and...
6
by: DigitalRick | last post by:
I have been running CDONTS in my ASPpages to send emails to me sent from my guestbook. It had been working fine untill I upgraded to Server 2003 (I am also running Exchange 2003) all locally. I...
5
by: MichaelK | last post by:
What do I need to do to enable CDONTS om my macine to make it working I'm testing the code: Dim objCDO Set objCDO = Server.CreateObject("CDONTS.NewMail") objCDO.To = "xyz@xxxxx.com"...
1
by: SSG | last post by:
Dear All, I am new to ASP , I am using Win XP pro .. I am trying to send mail thru ASP pgm... BW is the coding....... <% Sub send_email(email_from, email_to, email_subject, email_body)
3
by: Hugo Lefebvre | last post by:
Is there a maximum number of emails CDONTS can handle in an asp script? I have different questions about this. Question1: example1: set objSendMail = createobject("CDONTS.NewMail") ...... ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.