473,796 Members | 2,537 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CDONTS SMTP Problem

Hello everyone,

I'm having problems getting the virtual SMTP server (in IIS) from
sending an email message that was created from an ASP script. The messages
are stored in the \Inetspb\mailro ot\Queue directory but the computer isn't
sending these messages to the Internet. Does anyone know why and how I can
fix this problem?

Sincerely,

Robert
Jul 19 '05 #1
5 4670
http://support.microsoft.com/?id=273644

P.S. use CDO.Message... CDONTS is obsolete.

"Robert Suffecool" <rm*****@hotmai l.com> wrote in message
news:ev******** ******@TK2MSFTN GP12.phx.gbl...
Hello everyone,

I'm having problems getting the virtual SMTP server (in IIS) from
sending an email message that was created from an ASP script. The messages are stored in the \Inetspb\mailro ot\Queue directory but the computer isn't
sending these messages to the Internet. Does anyone know why and how I can fix this problem?

Sincerely,

Robert

Jul 19 '05 #2
"Robert Suffecool" <rm*****@hotmai l.com> wrote in message
news:ev******** ******@TK2MSFTN GP12.phx.gbl...
Hello everyone,

I'm having problems getting the virtual SMTP server (in IIS) from
sending an email message that was created from an ASP script. The messages are stored in the \Inetspb\mailro ot\Queue directory but the computer isn't
sending these messages to the Internet. Does anyone know why and how I can fix this problem?
That could mean that your SMTP server is not correctly configured, for
instance, DNS server must be available. Look inside the event log to see any
error about this.

To be sure, that CDONTS is not the reason for this error (better use CDO),
copy an .EML message from outlook express in the drop directory.
Sincerely,

Robert


Jul 19 '05 #3
> To be sure, that CDONTS is not the reason for this error (better use CDO),
copy an .EML message from outlook express in the drop directory.


Do you mean pickup? According to Knowledge Base article # 250040:

a.. Drop
Receives all incoming messages for all of the domains hosted on the
computer. You can assign any directory to be the Drop directory, except one
that has already been designated as the Pickup directory.
a.. Pickup
Processes outgoing messages that are created as text files and copied to the
directory. When properly formatted Request for Comments (RFC) 822 messages
are copied into the Pickup directory, the SMTP Service initiates delivery.
Jul 19 '05 #4
Hi Egbert,

Thanks for suggesting that... I looked in the event log while waiting
for a response to my orginial question and discovered that my DNS server
wasn't binding (whatever that means). I changed the DNS settings for the
NIC and rebooted the server. Now, everything works great!

Sincerely,

Robert

"Egbert Nierop (MVP for IIS)" <eg***********@ nospam.com> wrote in message
news:O5******** ******@TK2MSFTN GP10.phx.gbl...
"Robert Suffecool" <rm*****@hotmai l.com> wrote in message
news:ev******** ******@TK2MSFTN GP12.phx.gbl...
Hello everyone,

I'm having problems getting the virtual SMTP server (in IIS) from
sending an email message that was created from an ASP script. The messages
are stored in the \Inetspb\mailro ot\Queue directory but the computer isn't sending these messages to the Internet. Does anyone know why and how I

can
fix this problem?


That could mean that your SMTP server is not correctly configured, for
instance, DNS server must be available. Look inside the event log to see

any error about this.

To be sure, that CDONTS is not the reason for this error (better use CDO),
copy an .EML message from outlook express in the drop directory.
Sincerely,

Robert

Jul 19 '05 #5
"Foo Man Chew" <fo*@man.chew > wrote in message
news:%2******** *********@TK2MS FTNGP11.phx.gbl ...
To be sure, that CDONTS is not the reason for this error (better use CDO), copy an .EML message from outlook express in the drop directory.
Do you mean pickup? According to Knowledge Base article # 250040:

Yes, right. Thanks

He seems to have solved his problem already :)
a.. Drop


Jul 19 '05 #6

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

Similar topics

1
4707
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 the site in which CDONTS to one of the IIS "sites" which is known to work with CDONTS, and still, no email received. The bad mail dir gets three files each time, the error is:
4
4215
by: Steve | last post by:
objNewMail = Server.CreateObject("CDONTS.NewMail") How do I know whether the "Send" command from a CDONTS object actually was sent? Is there a status variable that can be checked? Or a log file that can be written to? Thanks in advance!
4
2244
by: Alistair | last post by:
can anyone see why this wouldn't work...it's driving me nuts Set objcdmail = Server.CreateObject("CDONTS.NewMail") objcdmail.From = "me@mydomain.com" objcdmail.To = "me@mydomain.com" objcdmail.Subject = "test" objcdmail.Body = "testing" objcdmail.send Set objcdmail = Nothing
29
3547
by: | last post by:
I did a working code with CDONTS on NT4 Now I am testing is on w2k and it looks like objCDONTS.Send is completely ignored. I think is it ignored because it throws no errors, neither does the rest of the code setting objCDONTS=Server.CreateObject("CDONTS.NewMail") and then manipulating its properties. Do I need to somehow set IIS5 to make objCDONTS.Send work?
10
9788
by: Seeker | last post by:
Hi! I have to do some developing and I'm trying to configure my server to mimic the operation of our production server. The issue I'm having is that I'm trying to use CDONTS to send an email under IIS on a Windows 2003 Server. The server does not have the SMTP service running, but I do have a third party SMTP/POP/IMAP server running. I have copied the CDONTS.DLL file and registered it. In the Web Serice Extensions I have enabled the...
5
586
by: tom | last post by:
Hi people - I've been trying to make run this form mail with CDONTS but doesnt work at all! it's the first time am using it,could anybody check out where the error might be and let me know, please? I trust in you, please help me - bye tom
12
1978
by: tshad | last post by:
I am trying to run a test sending mail using CDONTS on my W2K3 machine. It works fine running from my WXP Pro, but I don't recieve the mail if run the W2K3 machine. Both machines have IIS configured essentially the same. ******************************************************************************************
4
1648
by: Giorgio | last post by:
Hi, I'm working on this web space: NT4/Windows 98, Microsoft-IIS/4.0, 66.71.142.204 I can't send mail with CDO cause i get an error http://66.71.142.204/ASWebNews/newsletters/mail.asp <% Set myMail = CreateObject("CDO.Message") myMail.Subject = "eeeSending email with CDO" myMail.From = "mymail@mydomain.myext" myMail.To = "mymail@mydomain.myext"
3
3729
by: Pav | last post by:
Hi, I am developing a small Intranet web application which needs to send mails to our coporate Ids. I am using CDONTS, But my mails never leave Que folder. Not able to find out what the problem is . please help 1) I am very new to SMTP configiration on my own Windows XP PC. How do I configure to send mails. We Use Lotus Notes as our mail. Please
3
3301
by: tamaker | last post by:
I have Road Runner cable internet access and Im working in a local development environment (writing .ASP) and have a site running on my network on a windows xp pro machine via IIS with CDONTS installed. When I try to send a confirmation email (simple text) via CDONTS the message is built but remains on the server in the QUEUE folder ... how can I tweak the SMTP settings on the server to allow me to send email out from the server... ...
0
9529
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10457
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...
1
10176
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9054
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, and deployment—without 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
7550
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
5443
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5576
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3733
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2927
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.