|
 |
asp_cdo thread: Using CDONT to send email
Message #1 by Mark Eckeard <meckeard2000@y...> on Fri, 16 Mar 2001 09:41:42 -0800 (PST)
|
|
Hi,
If I want to send an email using CDONT, do I only
need to use SMTP? Is this automatically set up
when I install Win2000 adv server?
I am trying to use the "simplemail.asp" code
from Prof ASP 3.0, chapter 22. It's not working.
Thanks,
Mark
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
Message #2 by "Mike Goldman" <mg188@h...> on Fri, 16 Mar 2001 10:43:28 -0800
|
|
in win2k pro, smtp doesn't get automatically installed. gotta go to
add/remove programs and install it. I don't know if this is the same with
adv server, but add/remove programs (under IIS I believe) should show you
which components are installed, and let you install it there. hth
----- Original Message -----
From: Mark Eckeard <meckeard2000@y...>
To: ASP CDO <asp_cdo@p...>
Sent: Friday, March 16, 2001 6:38 PM
Subject: [asp_cdo] Using CDONT to send email
> Hi,
>
> If I want to send an email using CDONT, do I only
> need to use SMTP? Is this automatically set up
> when I install Win2000 adv server?
>
> I am trying to use the "simplemail.asp" code
> from Prof ASP 3.0, chapter 22. It's not working.
>
> Thanks,
>
> Mark
>
Message #3 by "revon espiritu" <revon@a...> on Tue, 27 Mar 2001 03:50:42
|
|
maybe you are using the wrong progID for createobject it's supposed to be
CDONTS with an "S".
> in win2k pro, smtp doesn't get automatically installed. gotta go to
> add/remove programs and install it. I don't know if this is the same
with
> adv server, but add/remove programs (under IIS I believe) should show you
> which components are installed, and let you install it there. hth
> ----- Original Message -----
> From: Mark Eckeard <meckeard2000@y...>
> To: ASP CDO <asp_cdo@p...>
> Sent: Friday, March 16, 2001 6:38 PM
> Subject: [asp_cdo] Using CDONT to send email
>
>
> > Hi,
> >
> > If I want to send an email using CDONT, do I only
> > need to use SMTP? Is this automatically set up
> > when I install Win2000 adv server?
> >
> > I am trying to use the "simplemail.asp" code
> > from Prof ASP 3.0, chapter 22. It's not working.
> >
> > Thanks,
> >
> > Mark
|
|
 |