473,769 Members | 7,646 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to identify mail server availabitlity for a PC on cable?

I want to build an simple email smtp client app similar to outlook except
with some custom features for a personal computer that uses comcast cable.
The owner of the computer said she doesn't have a comcast email and uses
gmail instead, but the internet service provider is comcast. This computer
also does not have MS Office loaded - otherwise I would open Outlook and see
what mail server it is using.

On my development machine at my home, I use dsl and can access the mail
server from my dsl provider which is the same mail server that my Outlook is
using (actually, I got the mail server from Outlook). And on my workstation
at the workplace (which uses comcast), I can also reach the mail server from
my dsl. But on my friend's personal computer, I could not reach the mail
server from my dsl provider or from her comcast provider. Bottom line - I
don't really know how mail servers and email work - too well. I found a
sample email smtp client app on the net (in C#) which I was able to apply to
my personal computer at my home, and also at my workplace. But same code not
working on my friend's computer - it either can't resolve the mail server or
access denied.

Is there a way I could find what mail server is available for this computer
the way Outlook would find it without having to load Outlook on this
computer?

Thanks,
Rich
Jun 27 '08 #1
4 1756
On Apr 14, 2:28 pm, Rich <R...@discussio ns.microsoft.co mwrote:
I want to build an simple email smtp client app similar to outlook except
with some custom features for a personal computer that uses comcast cable.
The owner of the computer said she doesn't have a comcast email and uses
gmail instead, but the internet service provider is comcast. This computer
also does not have MS Office loaded - otherwise I would open Outlook and see
what mail server it is using.

On my development machine at my home, I use dsl and can access the mail
server from my dsl provider which is the same mail server that my Outlook is
using (actually, I got the mail server from Outlook). And on my workstation
at the workplace (which uses comcast), I can also reach the mail server from
my dsl. But on my friend's personal computer, I could not reach the mail
server from my dsl provider or from her comcast provider. Bottom line - I
don't really know how mail servers and email work - too well. I found a
sample email smtp client app on the net (in C#) which I was able to apply to
my personal computer at my home, and also at my workplace. But same code not
working on my friend's computer - it either can't resolve the mail server or
access denied.

Is there a way I could find what mail server is available for this computer
the way Outlook would find it without having to load Outlook on this
computer?

Thanks,
Rich
I am pretty sure outlook cannot find the mail server by itself. you
will have to enter it yourself.
There is one way you could find it.that is by port scanning the the
netwrok. but i think comcast is not going to like it.
About your connectivity problem... i am not sure if got it right.. but
if you are trying to say that you cannot send email from you comcast
network using ur dsl mail server, it might make sense. I had a similar
problem where comcast would not let me send email using outlook(work
email server). I had to use their(comcast) mail server
Also if your client is using gmail then you could use gmails servers.I
believe comcast only blocks port 25 for sending mail and gmail uses
some higher port number.
Jun 27 '08 #2

"Rich" <Ri**@discussio ns.microsoft.co mwrote in message
news:17******** *************** ***********@mic rosoft.com...
>I want to build an simple email smtp client app similar to outlook except
with some custom features for a personal computer that uses comcast cable.
The owner of the computer said she doesn't have a comcast email and uses
gmail instead, but the internet service provider is comcast. This
computer
also does not have MS Office loaded - otherwise I would open Outlook and
see
what mail server it is using.

On my development machine at my home, I use dsl and can access the mail
server from my dsl provider which is the same mail server that my Outlook
is
using (actually, I got the mail server from Outlook). And on my
workstation
at the workplace (which uses comcast), I can also reach the mail server
from
my dsl. But on my friend's personal computer, I could not reach the mail
server from my dsl provider or from her comcast provider. Bottom line - I
don't really know how mail servers and email work - too well. I found a
sample email smtp client app on the net (in C#) which I was able to apply
to
my personal computer at my home, and also at my workplace. But same code
not
working on my friend's computer - it either can't resolve the mail server
or
access denied.

Is there a way I could find what mail server is available for this
computer
the way Outlook would find it without having to load Outlook on this
computer?

Thanks,
Rich
Outlook finds the mail server ( and other details it needs - account name,
password, and some others) by presenting a wizard to the user when it is
first run, and asking them to enter the information, which should have been
provided to them by their ISP. Your application will need to provide
something similar to the user. (Your friend will have to contact their ISP
if they don't have the details.)

Rob

Jun 27 '08 #3
Thanks all for your replies. It sounds like my easiest solution would be to
load Outlook and run the wizard (which is what I meant by Outlook finding the
mail server). One thing where I am a little bit confused is this:

I have dsl at my house. My email works fine at my house. We have comcast
at my workplace. I can enter my dsl mail server and the app sends emails
from my dsl sever fine at the workplace. But my friend also has comcast - is
comcast different for home use than business use? Or is the comcast at the
workplace just using my windows login information to authenticate me?

And I have read something about port 587 is it? for sending email other
than port 25? Do I modify the app config file for this?
"Rich" wrote:
I want to build an simple email smtp client app similar to outlook except
with some custom features for a personal computer that uses comcast cable.
The owner of the computer said she doesn't have a comcast email and uses
gmail instead, but the internet service provider is comcast. This computer
also does not have MS Office loaded - otherwise I would open Outlook and see
what mail server it is using.

On my development machine at my home, I use dsl and can access the mail
server from my dsl provider which is the same mail server that my Outlook is
using (actually, I got the mail server from Outlook). And on my workstation
at the workplace (which uses comcast), I can also reach the mail server from
my dsl. But on my friend's personal computer, I could not reach the mail
server from my dsl provider or from her comcast provider. Bottom line - I
don't really know how mail servers and email work - too well. I found a
sample email smtp client app on the net (in C#) which I was able to apply to
my personal computer at my home, and also at my workplace. But same code not
working on my friend's computer - it either can't resolve the mail server or
access denied.

Is there a way I could find what mail server is available for this computer
the way Outlook would find it without having to load Outlook on this
computer?

Thanks,
Rich
Jun 27 '08 #4
I have dsl at my house. My email works fine at my house. We have comcast
at my workplace. I can enter my dsl mail server and the app sends emails
from my dsl sever fine at the workplace. But my friend also has comcast -
is
comcast different for home use than business use? Or is the comcast at
the
Comcast is an american isp yes?
I would have thought it shouldn't matter who the ISP is as to whether or not
u can connect to an email server, especially on a home account. But if
you're getting through from certain clients then it's more likely there's a
configuration problem on your friend's pc or network gateway. Have you
checked firewalls/router configuration etc?
Port 25 is the most common port that a SMTP email server would listen on for
connections, but that's configurable by the people owning that server and it
could be any "number" especially if there's a mad professor mentality to the
person in charge of installing the server software.
When your software wants to talk to an email server it needs to know the
settings needed to connect to that server eg
IP address, port, requires authentication, user ID, password and whether it
requires SSL. You can store those as fixed values in the app config file, or
you can use configurable user values via settings.settin gs. Personally I
prefer using values I can change at runtime.
Contact the email service provider to find out which settings you need to
connect to their particular server. There's usually an info page on their
web site.

Regarding Outlook. On home machine each simple email account will have their
own settings and you should be able to view these. At the office Outlook
links to our company email server in some devilishly clever way to give me
my email . I assume logging on with my domain account also logs me on to the
correct outlook mail boxes without needing to configure anything.
Jun 27 '08 #5

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

Similar topics

4
2270
by: Jason Burr | last post by:
I was wondering what the best approach to handling a shopping cart was. My concerns 1. Cookies not accepted (session variables not maintained and setting retreiving cookies doesn't work) 2. Use an IP (people behind firewalls or using NAT or other subrouting appear as same client) 3. Use of GET (people can bookmark cart contents then return and an order has been fuffilled but shows as new because contents of string are bookmarked too)
6
1765
by: Member | last post by:
Hi group. I have been working with ColdFusion and SQL Server for some time now....abour 4 years I guess. I have developed various web applications successfully. The scenario I am in is that a company would like me to come on with them as a lead database admin type guy. I would still do a little CF development....but mostly it will be data management with SQL Server. Now....like I said...I have worked with databases for quite a...
2
1500
by: Corey | last post by:
I'm running Windows/Outlook XP with mail routed through POP3/SMTP university servers. Abruptly, I am no longer able to send mail, though receiving works fine. I get an error message saying that Outlook couldn't connect with the outgoing server. No account settings have changed (I've checked) and I can still telnet to the SMTP server (but not through port 25)and send mail through a web-based university system. I do not have any Norton...
2
5737
by: Stephen | last post by:
I am getting the following error when I am trying to send a report as an email attachment "Microsoft Access Can't Open the Mail Session" On the knowledge base on the MS site it says that this will happen if you have installed Access 97 after installing MS Office 2000. However I haven't installed Access 97 on this machine. I am not using code for this, I am using the Mail as Attachment option from
11
2614
by: Mike MacSween | last post by:
Anybody done it? Speed OK? This would be over a 512 kbps connection, at BOTH ends. i.e. the client machine would be on a DSL connection, so would the server. Cheers, Mike
8
3228
by: BobRoyAce | last post by:
I have an ASP.NET application set up on my local hard drive with all pages, dlls, and SQL server on local machine. However, I have discovered that if I reboot my machine without a network cable plugged in, and then try to run the application, I get the following: Microsoft OLE DB Provider for ODBC Drivers error '80004005' SQL Server does not exist or access denied.
4
6097
by: Goh | last post by:
Hi, I would like to know how can we implement a web page that intelligent enough to unique identify that pc have been visit before without any cookies and login user require. I have try implement this by MAC address. When user browser the web site I sometime can get user pc MAC and sometime no. Why this type of implementation are so not consistency? Does any
3
1983
by: mfleet1973 | last post by:
Hello Again. I have a program that sends e-mails as follows: Try Dim mail As New MailMessage mail.To = "me@comp.com" mail.From = "me@comp.com mail.Subject = "Test" mail.Body = "Testing123"
1
1094
by: berry | last post by:
Hi guys.. I am given an order to buy a server and complete the setup. what shall i need to consider and buy? I need the server to store the company data. the data size is not much. other than SQL server software, what else shall i need? Actually company has another server and this is another new server. How about network card? How about the LAN cable? If i need to extend a cable from production line to the server farm, what shall I do and buy?...
0
9589
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
9423
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
10048
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
9996
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
9865
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
7410
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
6674
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();...
1
3963
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
3563
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.