Link to home
Start Free TrialLog in
Avatar of dvplayltd
dvplayltdFlag for Bulgaria

asked on

Do I have built – in email client like Outlook Express or other in Windows 2008 server which I to use for test ?

Hi experts!

I have a dedicated Windows 2008 Server 32 bit from godaddy.com
I have a problem sending email from my ASP.NET application. My code is correct, I upload same this site in other server (again Windows 2008 Server) and all is function at 100 %

 So I suspect that godaddy has some limit because of spam email. I write to him, however, I want to make better test to locate the problem.

SO I want to install Email client on this server and to try to tune same email and to try. This will show exatly that problem is in network connection, I’m 90 % sure, but first answer of godaddy is that there is error with my code.
Error which I get with my code is:

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 68.178.232.62:25

[SocketException (0x274c): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 68.178.232.62:25]
   System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +239
   System.Net.Sockets.Socket.InternalConnect(EndPoint remoteEP) +35
   System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception) +224

[WebException: Unable to connect to the remote server]
   System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) +5420699
   System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) +202
   System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) +21
   System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) +332
   System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port) +160
   System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port) +159
   System.Net.Mail.SmtpClient.GetConnection() +35
   System.Net.Mail.SmtpClient.Send(MailMessage message) +1213


 For every case I open port 25 in Windows, but I still get same error.

 So question is: do I have built – in email client  like Outlook Express or other in Windows 2008 server which I to use for test ? I want to not use external program, to install it and then to remove it .. I know that remove is always not at 100 % back all .

Or, if i have no other options - which email client to install ?
Avatar of hutnor
hutnor
Flag of United States of America image

Try windows live mail.
ASKER CERTIFIED SOLUTION
Avatar of slemmesmi
slemmesmi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dvplayltd

ASKER

10x. With this I can detect at 100 % that problem is in his network.
FRY: I do this from my computer from diffrent network and I get reponse:
220 smtpout20-02.prod.mesa1.secureserver.net ESMTP

but when I do it on real server in his network, I get:
Connecting To 68.178.232.62...Could not open connection to the host, on port 25
: Connect failed

They are not allow emails, probably beacuse of spam protectiion, but not write this nowhere ..and wait customer to understand this and to ask him. Aaaa. Not is good when I pay 200 USD/months for this service ...