Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: Sending mail using the CDONTS object


Message #1 by "Peng Yee Nar" <agapepn@s...> on Sun, 12 May 2002 10:24:10
Do i need the CDONTS.dll file on my code to send mail using ASP?
When I run the code, it tells me that the code "CreateObject
("CDONTS.NewMail")" is an invalid class string. Why?
Message #2 by Mike Lau <mike_lau_hk@y...> on Sun, 12 May 2002 04:34:51 -0700 (PDT)
--0-232857531-1021203291=:40377
Content-Type: text/plain; charset=us-ascii


 Your ASP pages must be run on NT server 4.0 (IIS4) or W2K (IIS5) with Microsoft SMTP Service installed.
WinXP does not support CDONTS.NewMail, it supports another interface.
mike
  Peng Yee Nar <agapepn@s...> wrote: Do i need the CDONTS.dll file on my code to send mail using ASP?
When I run the code, it tells me that the code "CreateObject
("CDONTS.NewMail")" is an invalid class string. Why?


---------------------------------
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
Message #3 by "Peng Yee Nar" <agapepn@s...> on Sun, 12 May 2002 21:11:11 +0800
This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C1F9F9.8B89EE90
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hi,
 
Thanks for your advice.
Will there be problems if my client is a windows XP but my server is
running on Windows 2K?
 
-----Original Message-----
From: Mike Lau [mailto:mike_lau_hk@y...] 
Sent: Sunday, May 12, 2002 7:35 PM
To: ASPToday Discuss
Subject: [asptoday_discuss] Re: Sending mail using the CDONTS object
 
Your ASP pages must be run on NT server 4.0 (IIS4) or W2K (IIS5) with
Microsoft SMTP Service installed. 
WinXP does not support CDONTS.NewMail, it supports another interface. 
mike 
  Peng Yee Nar <agapepn@s...> wrote: 
Do i need the CDONTS.dll file on my code to send mail using ASP?
When I run the code, it tells me that the code "CreateObject
("CDONTS.NewMail")" is an invalid class string. Why?
 
  _____  

Do You Yahoo!?
LAUNCH <http://rd.yahoo.com/welcome/*http:/launch.yahoo.com>  - Your
Yahoo! Music Experience


Message #4 by Mike Lau <mike_lau_hk@y...> on Sun, 12 May 2002 22:32:04 -0700 (PDT)
--0-784938997-1021267924=:59198
Content-Type: text/plain; charset=us-ascii


peng yee nar,
 no problem! as long as the server is running either NT or W2K.
mike
  Peng Yee Nar <agapepn@s...> wrote: 

v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:* {behavior:url(#default#VML);}.shape
{behavior:url(#default#VML);}
Hi,

 

Thanks for your advice.

Will there be problems if my client is a windows XP but my server is running on Windows 2K?

 

-----Original Message-----
From: Mike Lau [mailto:mike_lau_hk@y...] 
Sent: Sunday, May 12, 2002 7:35 PM
To: ASPToday Discuss
Subject: [asptoday_discuss] Re: Sending mail using the CDONTS object

 

Your ASP pages must be run on NT server 4.0 (IIS4) or W2K (IIS5) with Microsoft SMTP Service installed. 

WinXP does not support CDONTS.NewMail, it supports another interface. 

mike 

  Peng Yee Nar <agapepn@s...> wrote: 

Do i need the CDONTS.dll file on my code to send mail using ASP?
When I run the code, it tells me that the code "CreateObject
("CDONTS.NewMail")" is an invalid class string. Why?

 

---------------------------------

Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience



---------------------------------
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience

  Return to Index