473,671 Members | 2,326 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SMTP service running on port 26 + CDONTS

How do you change the port in which CDONTS will look for Microsoft SMTP
server? I have Imail running on port 25, and I have SMTP service running on
port 26. Any help you can provide me would be excellent.

Thanks,
-Drew
Jul 19 '05 #1
3 3826
You've tried it and it doesn't work? It shouldn't matter, I don't believe.
CDONTS will just generated the .eml file and drop it in the server's pickup
directory, and from there, it's up to the SMTP service to deliver the
message, which should do so through whichever port you've specified in the
service.

Also, is this on NT? If 2000, you should be using CDO.

Ray at work

"Andrew Weaver" <dr**@orbityl.c om> wrote in message
news:Oe******** ******@TK2MSFTN GP12.phx.gbl...
How do you change the port in which CDONTS will look for Microsoft SMTP server? I have Imail running on port 25, and I have SMTP service running on port 26. Any help you can provide me would be excellent.

Thanks,
-Drew

Jul 19 '05 #2
Yes, it is windows 2000, do you have any URLs that explain how to use CDO
instead of CDONTS to send email?

Thanks,
-Drew

"Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
news:eT******** ******@tk2msftn gp13.phx.gbl...
You've tried it and it doesn't work? It shouldn't matter, I don't believe. CDONTS will just generated the .eml file and drop it in the server's pickup directory, and from there, it's up to the SMTP service to deliver the
message, which should do so through whichever port you've specified in the
service.

Also, is this on NT? If 2000, you should be using CDO.

Ray at work

"Andrew Weaver" <dr**@orbityl.c om> wrote in message
news:Oe******** ******@TK2MSFTN GP12.phx.gbl...
How do you change the port in which CDONTS will look for Microsoft

SMTP
server? I have Imail running on port 25, and I have SMTP service running

on
port 26. Any help you can provide me would be excellent.

Thanks,
-Drew


Jul 19 '05 #3
Check ou tthe Windows XP area on this page.
http://www.aspfaq.com/show.asp?id=2026

Ray at work

"Andrew Weaver" <dr**@orbityl.c om> wrote in message
news:OO******** ******@TK2MSFTN GP12.phx.gbl...
Yes, it is windows 2000, do you have any URLs that explain how to use CDO
instead of CDONTS to send email?

Thanks,
-Drew

"Ray at <%=sLocation% >" <myfirstname at lane34 dot com> wrote in message
news:eT******** ******@tk2msftn gp13.phx.gbl...
You've tried it and it doesn't work? It shouldn't matter, I don't

believe.
CDONTS will just generated the .eml file and drop it in the server's

pickup
directory, and from there, it's up to the SMTP service to deliver the
message, which should do so through whichever port you've specified in the service.

Also, is this on NT? If 2000, you should be using CDO.

Ray at work

"Andrew Weaver" <dr**@orbityl.c om> wrote in message
news:Oe******** ******@TK2MSFTN GP12.phx.gbl...
How do you change the port in which CDONTS will look for Microsoft

SMTP
server? I have Imail running on port 25, and I have SMTP service
running on
port 26. Any help you can provide me would be excellent.

Thanks,
-Drew



Jul 19 '05 #4

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

Similar topics

6
4143
by: M P | last post by:
Need help! Whats wrong with my code? My plan is this, I have my IIS5.0 on Server A and then I will use SMTP service of Server B. I already configured IIS to use Server B as its SMTP Server but I got this error : Microsoft VBScript runtime (0x800A0046) Permission denied Can you check my code: <%
8
3706
by: Sue | last post by:
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,
2
2751
by: Chris Pearson | last post by:
I recently set up a web site which I am running locally on my laptop using ASP.Net. From a web form on the site I am attempting to send an email programmatically using the CDONTS class to an SMTP server. Prior to use of the CDONTS component a message was returned to the sending address with an error message contained. Now I am recieving no returned message but the intended mail is not arriving at its intended destination. I wondered if...
5
8790
by: Andreas | last post by:
I am working with three computers, my developing computer, a Web Server and a Mail Server (Exchange). I am trying to send a email from the Web Server via the Mail Server to a valid email address with this code: MailMessage msgMail = new MailMessage(); msgMail.To = "test@address.com"; msgMail.From = "from@address.com"; msgMail.Subject = "Mail Example Subject";
1
1548
by: Srinivas | last post by:
Hi, I am using ASP.NET SmtpMail to send email using the following code public void SendEmail(string From, string To, string Subject, StringBuilder Message, string Attachment, string mailFormat) { MailMessage mailMessage = new MailMessage (); mailMessage.From = From; mailMessage.To = To;
34
18226
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,
2
1280
by: Pupkin | last post by:
Hi, I have a client with their own W2k server and their IT guy refuses to turn on the SMTP service for fear of it becoming hijacked by spammers. However, they also want their web site to perform some emailing functions I would normally use CDOSYS for. I'm having them look into alternate SMTP servers to use with CDOSYS, but I was wondering if anyone here can recommend a 3rd-party ASP-based SMTP
1
1337
by: Krish | last post by:
Hi All, I am trying to send email from my web application. I am using the System.Net.Mail name space for the same. Now my question is what all are required for having this capability in my web application? If I have the SMTP service installed and running in the same IIS(where my web application is also running) will that be sufficient. Do I need some other SMTP server also.
3
3296
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
8472
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8390
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
8819
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...
1
8596
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
8667
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...
1
6222
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
5690
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4221
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...
1
2806
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

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.