473,722 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

NT, CDO, SMTP

Sue
Does this "NT-based machine (NT, 2K, XP)" mean a WindowsXP machine is a
NT-based machine?

What does NT stand for and what does it mean?

What is CDONTS?

What does this mean - "The machine must be running the SMTP service "?

Thanks,

Sue
Nov 12 '05 #1
8 3708
On Wed, 19 May 2004 04:50:16 GMT, "Sue" <sw*****@earthl ink.net> wrote:

See comments in-line.
-Tom.
Does this "NT-based machine (NT, 2K, XP)" mean a WindowsXP machine is a
NT-based machine? According to the author of that sentence: yes.

What does NT stand for and what does it mean? New Technology. Newer than Windows 3.1 en vogue at that time. The
first 32-bit OS from MSFT designed for businesses and servers.

What is CDONTS? Collaborative data objects for Windows NT Server. A popular object
model to send emails.

What does this mean - "The machine must be running the SMTP service "? SMTP is Simple Mail Transport Protocol, a popular way to send emails.
Use Control Panel > Administrative Tools > Services to see if it is
running.

Thanks,

Sue

With so many basic questions you appear to be very lost. Perhaps it is
time to get professional help.
Nov 12 '05 #2
Tom van Stiphout wrote:
On Wed, 19 May 2004 04:50:16 GMT, "Sue" <sw*****@earthl ink.net> wrote:

See comments in-line.
-Tom.

Does this "NT-based machine (NT, 2K, XP)" mean a WindowsXP machine is a
NT-based machine?


According to the author of that sentence: yes.


Yes, XP has it's roots in NT.

What does NT stand for and what does it mean?


New Technology. Newer than Windows 3.1 en vogue at that time. The
first 32-bit OS from MSFT designed for businesses and servers.


New - seems silly now doesn't it as it applied to something introduced
so long ago :-)

What is CDONTS?


Collaborative data objects for Windows NT Server. A popular object
model to send emails.


Old - The favored thing now is CDO (basically disassociating it from a
particular version of Windows).
--
Error reading sig - A)bort R)etry I)nfluence with large hammer
Nov 12 '05 #3
SA
Actually, CDONTS was/is a very light weight email programming interface that
runs on NT / 2000 / Xp both servers and workstations. It is primarily used
by web servers and web applications, but can be used from other apps as
well. CDONTS outputs a plain text mail item and sends it to a targeted
SMTP mail server (Simple mail transport protocol, is the internet standard
mail system), that is run on the web server or another server. CDONTS
requires the SMTP mail service to be running to work. But it runs on all
flavors of Windows other than Win9.x. From the stand point of programming,
CDONTS can be a very easy interface to use if all you want to do is send
plain text SMTP mail and you have a mail service running rather than using
API calls.

CDO on the other hand, was the "heavy weight" MAPI focused email automation
programming interface, that was primarily focused on desktop applications
needing interface with the MAPI (ms mail application programming interface)
mail system (i.e. the mail system that underlies Outlook by and large).

CDO is not really in "vogue" now either. MS is moving toward SMTP as the
standard mail protocol rather than MAPI, and LDAP as the standard directory
interface for things like address books. On the 2000, XP and Server 2003
platforms, you can use the automation interface in what is called CDOex to
send SMTP mail in a much more robust way than you could with CDONTS. You
have to write your own code to build up multipart MIME email message
sections, but if all you want to do is send a plain text SMTP mail, CDOex
is also pretty easy to use. CDOex, also requires an SMTP service to be
running to function.

--
Steve Arbaugh
ACG Soft
http://ourworld.compuserve.com/homepages/attac-cg

"Trevor Best" <nospam@localho st> wrote in message
news:40******** **************@ auth.uk.news.ea synet.net...
Tom van Stiphout wrote:
On Wed, 19 May 2004 04:50:16 GMT, "Sue" <sw*****@earthl ink.net> wrote:

See comments in-line.
-Tom.

Does this "NT-based machine (NT, 2K, XP)" mean a WindowsXP machine is a
NT-based machine?


According to the author of that sentence: yes.


Yes, XP has it's roots in NT.

What does NT stand for and what does it mean?


New Technology. Newer than Windows 3.1 en vogue at that time. The
first 32-bit OS from MSFT designed for businesses and servers.


New - seems silly now doesn't it as it applied to something introduced so
long ago :-)

What is CDONTS?


Collaborative data objects for Windows NT Server. A popular object
model to send emails.


Old - The favored thing now is CDO (basically disassociating it from a
particular version of Windows).
--
Error reading sig - A)bort R)etry I)nfluence with large hammer

Nov 12 '05 #4
Trevor Best <nospam@localho st> wrote in
news:40******** **************@ auth.uk.news.ea synet.net:
Tom van Stiphout wrote:
On Wed, 19 May 2004 04:50:16 GMT, "Sue" <sw*****@earthl ink.net>
wrote:
Does this "NT-based machine (NT, 2K, XP)" mean a WindowsXP
machine is a NT-based machine?


According to the author of that sentence: yes.


Yes, XP has it's roots in NT.


Has it's roots? It *is* NT. It is built on top of the NT kernel, and
is substantially the same OS as NT 4 (which was substantially
different from NT 3.51, its predecessor, because MS had to bring
certain graphics functions into the kernel because of the demands of
the Win95 UI that was grafted onto NT at that point; had they waited
a couple of years, hardware would have fixed the problem and all our
NT-based versions of Windows would be more stable, but I digress).

It's important to recognize that there have been 3 Windows
"kernels":

1. 16-bit Windows (Win3.x and its predecessors -- arguably not a
kernel at all, since it really wasn't an OS, but just a GUI running
on top of MS-DOS; though by the time of Win4Workgroups and Win3.11,
it was getting quite a bit of OS-like stuff in it, like virtual
memory management and direct 32-bit disk access).

2. Windows 9x (Win95, Win95, WinME), which was a version of Windows
that had lots and lots of 16-bit components but could run apps
written to the Win32 API.

3. Windows NT (NT 3.1, 3.5, 3.51, 4.0, Windows 2000, Windows XP),
which was architected from the ground up to replace Microsoft's
original commitment to OS2, which was developed in consultation with
IBM.

Windows XP is unquestionably Windows NT, just with a different name.
Indeed, I'd call it Windows NT 5.2, since it's not significantly
different at the low level from Windows 2000 (which was a major
rewrite in comparison to NT 4). Most of XP's differences with Win2K
are in the GUI and the driver model, not in the actual kernel. But
the differences are quite significant, making XP a rather unreliable
and problematic OS, in my experience.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #5
"SA" <~f***********@ nspm.com> wrote in
news:c8******** **@ngspool-d02.news.aol.co m:
. . . CDONTS requires the SMTP mail service to be running to
work. But it runs on all flavors of Windows other than Win9.x.
Er, what you really mean is that it runs on NT-based versions of
Windows, as it empatically would *not* run on Win3.x.
CDO is not really in "vogue" now either. MS is moving toward
SMTP as the standard mail protocol rather than MAPI, and LDAP as
the standard directory interface for things like address books.
On the 2000, XP and Server 2003 platforms, you can use the
automation interface in what is called CDOex to send SMTP mail in
a much more robust way than you could with CDONTS. You have to
write your own code to build up multipart MIME email message
sections, but if all you want to do is send a plain text SMTP
mail, CDOex is also pretty easy to use. CDOex, also requires an
SMTP service to be running to function.


Keep in mind, though, that because of the spam problem, you really
won't be able to send much email from a workstation, or from any
machine that does not have a DNS record indicating that it is a mail
server.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #6
"David W. Fenton" <dX********@bwa y.net.invalid> wrote:
making XP a rather unreliable
and problematic OS, in my experience.


Whereas I've been quite happy with Win XP.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 12 '05 #7
David W. Fenton wrote:
Keep in mind, though, that because of the spam problem, you really
won't be able to send much email from a workstation, or from any
machine that does not have a DNS record indicating that it is a mail
server.


That's not as restrictive as you'd think, on our set up for instance,
our mail server's address is also our NAT address so any machine within
our network is able to send mail. You can also set up a smarthost on
your SMTP server although for this application if you can see a
smarthost then you may as well use that as the SMTP server in the first
place and save a few resources on your own machine.

--
Error reading sig - A)bort R)etry I)nfluence with large hammer
Nov 13 '05 #8
Trevor Best <nospam@localho st> wrote in
news:40******** **************@ auth.uk.news.ea synet.net:
David W. Fenton wrote:
Keep in mind, though, that because of the spam problem, you
really won't be able to send much email from a workstation, or
from any machine that does not have a DNS record indicating that
it is a mail server.


That's not as restrictive as you'd think, on our set up for
instance, our mail server's address is also our NAT address so any
machine within our network is able to send mail. You can also set
up a smarthost on your SMTP server although for this application
if you can see a smarthost then you may as well use that as the
SMTP server in the first place and save a few resources on your
own machine.


Most small businesses aren't running their own email server, so it
doesn't really apply to a lot of people, seems to me.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #9

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

Similar topics

2
2808
by: Dan Boyle | last post by:
Hi, I am having difficulty connection to an smtp host. I am using the following code but I don't think I fully understand what smtp host can be used. function setSMTPParams($host = null, $port = null, $helo = null, $auth = null, $user = null, $pass = null) { if (!is_null($host)) $this->smtp_params = $host;
21
3374
by: Nancy | last post by:
Hi, Guys, Is there any other way to use python or mod_python writing a web page? I mean, not use "form.py/email", no SMTP server. <form action="form.py/email" method="POST"> ... Thanks a lot. Nancy W
0
3059
by: Almir | last post by:
I hate this Net::SMTP stuff, everything works fine but for the suject field. I see no way of having it show in an email when sent. Has anyone had this problem, can anyone explain why there are no documentations on smtp or better ones at least. I just need the subject field to show. $smtp = Net::SMTP->new('some.your.com'); $smtp->mail ($mailfrom); #the administrator's email goes here $smtp->to('mine@your.com');
2
13702
by: RandRace | last post by:
I'm having some problems with a little script i wrote using net::smtp. I originally wrote it in linux where it works perfectly. I tried to use it from windows the other day and it doesn't work. It connects to the server and prints the banner but will not send mail. Here is my script: use Net::SMTP; my $smtp = Net::SMTP->new('smtp.comcast.net') or die "Can't Open server"!";
3
1931
by: Shannon Clyde | last post by:
SMTP + relay + auth in an IPSEC tunnel to connect to our primary SMTP mail server (GroupWise) from the Web server looks like it would work fine, but is it the best way? I am aware of CDOSYS and some commercial DLLs that allow devs to send mail from within .ASP and .NET without local SMTP service running. Is there any OTHER way to connect to an external SMTP server for mail delivery from a .NET application?
3
5585
by: dale zhang | last post by:
Hi, I write an asp.net web application. It has a “Contact Us” page, where users fill in their email, subject and text and hit send. Then the email will go to my hard coded yahoo email account. I was using optimum online service with smtp server as “mail.optonline.net”. I can receive email correctly. Now I switch to verizon DSL. I change my smtp server accordingly as
1
8039
by: bivin | last post by:
hai i am requesting your technical support. please help me. i have been working with this for five days. the problem is relating with the smtp. i am trying to send an email from the asp.net page. earlier it was showing send using not find error.
34
18263
by: antonyliu2002 | last post by:
I've set up the virtual smtp server on my IIS 5.1 like so: 1. Assign IP address to "All Unassigned", and listen to port 25. 2. Access Connection granted to "127.0.0.1". 3. Relay only allow "127.0.0.1". 4. Authentication: "Anonymous access" only. 5. Outbound connection listen to TCP 25. Besides,
13
6807
by: jcor | last post by:
Hi, I'm trying some code to send a mail with my script. This is it: #!/usr/bin/perl use Net::SMTP; my $smtp_server='62.193.245.15'; my $smtp = Net::SMTP->new($smtp_server) or die "Can't Open server\n"; $smtp->mail('joao.correia@tvn.pt'); $smtp->to('jcor@sapo.pt'); $smtp->auth("joao.correia@tvn.pt","*password*");
5
5300
by: jimhill10 | last post by:
I have a perl script that creates an email attachment file from POST data on a web page. This works just fine. I want to customize the email body to contain all of the text data from the file itself. I thought this would be just a matter of using the $smtp->datasend($POSTvalues) with the $values coming from the names on the web page posting the data. Can someone show me what the correct code snippet would be? Here is my code: ...
0
9386
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9239
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9090
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8059
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 projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6685
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 presenter, Adolph Dupr who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4764
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3208
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2606
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2148
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.