Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > CDONTS TO SEND MAIL

Reply
Thread Tools

CDONTS TO SEND MAIL

 
 
Terry
Guest
Posts: n/a
 
      01-28-2004
I'm not sure if CDONTS is loaded or what is wrong. On a
new 2003 Web server w/FP extentions but mail is not being
sent. In and ASP page I have:
set objSendMail = CreateObject("CDONTS.NewMail")

Which worked fine when I was using an NT 4 and IIS 4 or 5
 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      01-28-2004
CDONTS is obsolete technology. It's gone from the OS now.
User CDO instead.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


"Terry" <> wrote in message
news:579101c3e5bd$6c148690$...
> I'm not sure if CDONTS is loaded or what is wrong. On a
> new 2003 Web server w/FP extentions but mail is not being
> sent. In and ASP page I have:
> set objSendMail = CreateObject("CDONTS.NewMail")
>
> Which worked fine when I was using an NT 4 and IIS 4 or 5



 
Reply With Quote
 
 
 
 
terry
Guest
Posts: n/a
 
      01-28-2004
How do I tell if CDO is installed
>-----Original Message-----
>CDONTS is obsolete technology. It's gone from the OS now.
>User CDO instead.
>
>--
>Curt Christianson
>Owner/Lead Developer, DF-Software
>www.Darkfalz.com
>
>
>"Terry" <> wrote in message
>news:579101c3e5bd$6c148690$...
>> I'm not sure if CDONTS is loaded or what is wrong. On a
>> new 2003 Web server w/FP extentions but mail is not

being
>> sent. In and ASP page I have:
>> set objSendMail = CreateObject("CDONTS.NewMail")
>>
>> Which worked fine when I was using an NT 4 and IIS 4

or 5
>
>
>.
>

 
Reply With Quote
 
Curt_C [MVP]
Guest
Posts: n/a
 
      01-28-2004
you have Win2003 right? it is.

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


"terry" <> wrote in message
news:5fa201c3e5e1$a5061f30$...
> How do I tell if CDO is installed
> >-----Original Message-----
> >CDONTS is obsolete technology. It's gone from the OS now.
> >User CDO instead.
> >
> >--
> >Curt Christianson
> >Owner/Lead Developer, DF-Software
> >www.Darkfalz.com
> >
> >
> >"Terry" <> wrote in message
> >news:579101c3e5bd$6c148690$...
> >> I'm not sure if CDONTS is loaded or what is wrong. On a
> >> new 2003 Web server w/FP extentions but mail is not

> being
> >> sent. In and ASP page I have:
> >> set objSendMail = CreateObject("CDONTS.NewMail")
> >>
> >> Which worked fine when I was using an NT 4 and IIS 4

> or 5
> >
> >
> >.
> >



 
Reply With Quote
 
Rob Meade
Guest
Posts: n/a
 
      01-29-2004
"terry" wrote ...

> How do I tell if CDO is installed


It is with 2003 - some good examples here :

http://www.aspfaq.com/show.asp?id=2026

Rob


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A beginner question: Send Mail in ASP using CDONTS Prasad ASP General 3 06-02-2008 08:23 AM
Converting CDONTS to CDO to send mail from a guestbook to me.... DigitalRick ASP General 6 07-29-2005 06:39 PM
Send iframe in a message with Cdonts or other component? Vilmar Brazão de Oliveira ASP General 1 12-18-2003 09:00 AM
CDONTS Send- Permission Denied Jon Montana ASP General 5 12-06-2003 02:25 AM
Send Method (CDONTS NewMail Object) George Viveiros ASP General 6 11-18-2003 03:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57