Can't Send Smtp Email From Network Using C# Error / Unable To Connect To The Remote Server

Apr 1, 2010

I have my code here, it works fine from my home, where my user is administrator, and I am connected to internet via a cable network.

But, problem is when I try this code from my work place, it does not work. Shows error:

"unable to connect to the remote server"

From a different machine in the same network:

"A socket operation was attempted to an unreachable network 209.xxx.xx.52:25"

I checked with our network admin, and he assured me that all the mail ports are open [25,110, and other ports for gmail].

Then, I logged in with administrative privilege, there was a little improvement, it did not show any error, but the actual email was never received.

note that, the code was tested from development environment, visual studio 2005 and 2008.

try
{
MailMessage mail_message = new MailMessage("xxxxx@y7mail.com", txtToEmail.Text, txtSubject.Text, txtBody.Text);
SmtpClient mail_client = new SmtpClient("SMTP.y7mail.com");
NetworkCredential Authentic = new NetworkCredential("xxxxx@y7mail.com", "xxxxx");
mail_client.UseDefaultCredentials = true;......

View 4 Replies


Similar Messages:

Asp - SmtpClient.Send Exception - Unable To Connect To Remote Server

Mar 6, 2011

My site sends confirmation emails from a purchase. 95% of the time, it works. The other 5% after clicking the 'Confirm' button that runs the payment and should send the email, i get the following exception:

Details:
Exception: Failure sending mail.

Inner Exception: Unable to connect to the remote server

Inner Exception(2): 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 72.167.234.197:25

The code to send the email is this:

Dim smtpClientPayPalSuccess As System.Net.Mail.SmtpClient = New System.Net.Mail.SmtpClient()
smtpClientPayPalSuccess.Host = "relay-hosting.secureserver.net"
smtpClientPayPalSuccess.Send(mailMessagePayPalSuccess)

FYI: I have confirmed with the hosting that I don't need any credentials, or a different port number than 25. This is also running over https. why this would be happening only a small percentage of the time?

View 2 Replies

SQL Server :: 2008 Connect To A Remote Server - Network - Related Or Instance - Specific Error

Aug 4, 2010

I am using Sql Server 2008 to connect to a Remote Server. Everything was working fine for the last couple of months, and i was successfully connecting to the remote server. Today it suddenly stopped connecting to the remote server. note that i did not alter any configuration settings. Did my isp block Sql Server. My ISP is using ISA SERVER? The error details are:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider) I am using Microsoft Firewall Client For ISA Server for opening ports. But today nothing is working.

View 1 Replies

Unable To Send Email With Smtp Client?

Oct 14, 2010

my website sends email just fine on another host. I should not really have to change anything to make it work on this webhost. However, I have followed the instructions for this host and it is not working. Here is my current web.config.

[Code]....

I am getting my mail message printed at the top of my browser with the correct information. Why isn't this going through the mail server?

View 5 Replies

Unable To Send Email From Webserver Using External SMTP?

Jul 15, 2010

I have a web application which will send email when user changes his/her passwords and also some invitation emails from the webpage.I have used VS2008 to develop this application. On my development machine the emails are send using the provided credentials as follows:

[Code]....

View 8 Replies

File Upload Error/exception Details: System.bet .webexception. Unable To Connect To The Remote Server

Mar 2, 2010

I had this one working a while back i try to upload file to my root folder it works locally but when i try it from my website i get the following error: exception details: system.bet .webexception. unable to connect to the remote server

the code bomb at the following line

requestStream = uploadRequest.GetRequestStream() 'This is where the exception occurs
fileStream = File.Open(localFile, FileMode.Open)
[code]....

View 2 Replies

Web Forms :: Got Error While Tried To Send Email Through SMTP

May 16, 2012

Got Error while tried to send email through smtp 

my code is >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Protected Sub Submitbutton_Click(sender As Object, e As System.EventArgs) Handles Submitbutton.Click
        Dim EMail1 As New MailMessage
        EMail1.From = New MailAddress("Receiver")
        EMail1.[To].Add(New MailAddress("Sender"))
      EMail1.Subject = Firstnametextbox.Text + lastnametextbox.Text + "Register "
        EMail1.Body = " This is content "

[Code] .....       

View 1 Replies

Web Forms :: Request.GetResponse Error Code 10060 "unable To Connect Remote Server"?

Aug 3, 2010

When i try to execute the code below i get the error "unable to connect to remote server".

The internet connection is set and if i copy and paste the serviceurl directly on the browser it works.

public string GeoCode(string address)
{
if (String.IsNullOrEmpty(address)) throw new ArgumentNullException("address");
string ServiceUrl = "http://maps.google.com/maps/geo?output=xml&q={0}&key={1}&oe=utf8";
string url = String.Format(ServiceUrl, HttpUtility.UrlEncode(address), MyApiKey);
System.Net.HttpWebRequest request = (System.Net.HttpWebRequest)System.Net.WebRequest.Create(url);
request.Method = "GET";
using (System.Net.WebResponse response = request.GetResponse())
{
return response.ToString();
}
}

View 2 Replies

How To Send Email Without Smtp Server

May 11, 2010

I want to send email without declare username and password in smtp server. I am using asp.net c#, this is possible in asp below is the code , anybody tell me how can i use this code in asp.net.

<%
Dim ObjSendMail
Dim iConf
Dim Flds
Set ObjSendMail = Server.CreateObject("CDO.Message")
Set iConf = CreateObject("CDO.Configuration")....

View 5 Replies

Use A Queue To Send Email To An Smtp Server?

Dec 9, 2010

module thats available for asp.net that uses a queue to send email to an smtp server? the queue being the operative word here.. we need a proper fallback mechanism for storing any messages that can't be sent so that the send can be re-attempted later

View 1 Replies

Web Forms :: Send Email Using SMTP Server?

Nov 21, 2011

I want to send emails using SMTP server in ASP.Net. I amusing C#

View 1 Replies

Web Forms :: How To Send Email Through SMTP On Server 2008

Sep 1, 2010

I have the following form and trying to click a button and email through an SMTP server.

[Code]....

Code behind:

[Code]....

Web.config file:

[Code]....

View 9 Replies

How To Send Email From An App Using Free GMAIL SMTP Server

Mar 15, 2010

I have configured gmail's free smtp server for my web app and previously I was using smtp server configured at the server.

So I have changed my smtp settings accordingly but my app isn't sending any email and giving me error connection time out, third party tool isn't responding after many retrials.

Here are my settings-

SmtpClient smtpClient = new SmtpClient("mail.MyWebsiteDomainName.com", 25);
smtpClient.Credentials = new System.Net.NetworkCredential("info@MyWebsiteDomainName.com", "myIDPassword");
smtpClient.UseDefaultCredentials = true;....

View 8 Replies

How To Send Email From An EC2 Instance Using GoDaddy's SMTP Server

May 27, 2010

SMTP is a whole new ballgame for me, but I am reading up on it.

I am attempting to send email from my EC2 instance using GoDaddy's SMTP server. My domain name is registered through GoDaddy and I have 2 email accounts with them.

I can successfully send the email from my dev box no problem.

my web.config

[code]....

I have a feeling I'm just missing something fundamental. I also have a feeling someone is going to recommend I use AuthSmtp or something similar, I'll agree, and have had wasted the past 6 hours

View 2 Replies

C# - SmtpClient - Unable To Connect To The Remote Server

Jul 13, 2010

I am working on a project where one of the requirements is to re-write an ASP.NET application. The old ASP.NET application was based on .NET Framework 1.1. The new ASP.NET application is based on .NET Framework 3.5.

One of the functions in the old web application was the ability to send email. The old code used the System.Web.Mail.SmtpMail class, whereas the new web application uses the System.Net.Mail.SmtpClient class.

In testing this on our development servers, everything worked fine. However, we have two beta clients testing out our software, and they both run into problems sending email in the new web application.

The specific exception is as follows:

"Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it"

Both the old and new ASP.NET application are on the same server (Windows Server 2003). They both are using the same Exchange mail server. Why is it that the old ASP.NET application can successfully send email, but the new one cannot?

I looked at the old code, and it did not use any form of authentication, it just specified the sender's email address, the recipient's email address, the subject, body, and server, and sent the message. I did the same thing in the new code, with the only difference being that I used the SmtpClient class.

Below is a code snippet from the new ASP.NET application:

System.Net.Mail.MailMessage mail = new System.Net.Mail.MailMessage();
mail.To.Add(messageTo);
mail.From = new MailAddress(messageFrom);
mail.Subject = messageSubject;
mail.Body = messageBody;
SmtpClient client = new SmtpClient();
client.Host = smtpServer;
client.Send(mail);

View 3 Replies

Unable To Connect To Remote SQL Server 2005

Jan 19, 2011

I have created my asp.net website using database ASPNETDB.MDF but when I try to host my site on server ...

The SQL Server 2005 hosting provider issue me the

database name dobriyalji
server ip : 69.112.222.220
database username : XXXX
database password : XXXX

I have imported all of my ASPNETDB.MDF tables to my server database dobriyalji ...

And I empty the Appdata.mdf and aspnetdb.log file from App_Data Folder ...

When I try to run my site the following error occurs ...

An attempt to attach an auto-named database for file UsersAshish DobriyalDocumentsVisual Studio 2008WebSitesVOLVOApp_DataASPNETDB.MDF

failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.

MY LOCALHOST CONNECTION STRING :

<connectionStrings>
<add name="ConnectionString" connectionString="Data Source=.SQLEXPRESS;AttachDbFilename=|DataDirectory|ASPNETDB.MDF;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>

MY REMOTE HOST CONNECTION STRING :

<connectionStrings>
<add name="vbi_india2kConnectionString" connectionString="Data Source=69.112.222.220;Initial Catalog=dobriyalji;Persist Security Info=True;User ID=XXXX;Password=XXXX" providerName="System.Data.SqlClient"/>
</connectionStrings>

View 2 Replies

How To Send An Email Using Authenticate Smtp Server With Port Number

Jan 7, 2010

i want to send an email using authenticate smtp server with port number(For Example SMTP Server is :

192.168.0.8 and port : 587).

i got lots of example but failed to find smtp server with port number using authentication.

View 4 Replies

Web Forms :: SMTP Email Error - Unable To Read Data From Transport Connection

May 7, 2015

I can not send mail, this error means ?

Code:

using (MailMessage mm = new MailMessage("soporte@linknred.com", correo1.Text.Trim()))
{
mm.Subject = "Activacion de Cuenta";
string body = "Hola " + correo1.Text.Trim() + ", " + "Bienvenido a LinknRed";
body += "<br /><br />Por Favor haz Click en el Enlace Siguiente Para Activar Tu Cuenta";

[Code] ....

View 1 Replies

C# - Unable To Connect To The Remote Server From Windows Service

Nov 9, 2010

I have got this error

Unable to connect to the remote server

when I call the web service from the windows service. But I can visit this web service through IE and I also wrote another console application to call the web service and it works fine, too.

The exception infomation is below:

A socket operation was attempted to an unreachable network 127.0.0.1:8888

Here is my code:

WebImageSVC webSvc = new WebImageSVC();
ConfigManager.LoadConfigManager();
webSvc.Url = ConfigManager.WebSvcAddress;
webSvc.Proxy = null;
webSvc.CanUpload(0, "");

I try many methods, like turn off the firewall and anti-virus software, set the web services proxy property to null. but still cannot solve this issue.

View 2 Replies

How To Send Email From Server To Home Network Clients (via Outlook)

Apr 9, 2010

I'm a newbie in asp.net (and vb.net)..

I have an application which will sent an automatic email from my company mail server to all the client/employee in my company every week. how to make this happen... everytime i applied the codes that i'm searching in google always give me some errors cause it always discuss how to send email to outside the company...

How can i achieve this goal ? what codes should i use ?

Note : i'm using vb.net 2005 and microsoft office outlook

View 5 Replies

Read All File Names On Ftp Server / Unable To Connect To The Remote Server

May 27, 2010

I tried this code by inputting the ftp address as ftp//: and the correct username and password and I get the following error

"Unable to connect to the remote server" on line :

FtpWebResponse Response = (FtpWebResponse)Request.GetResponse();I tired this on my ftp server provided by a hosting service and an anonymous ftp located at 193.166.120.5 ?

Note: I was able to connect to both of these ftp through filezilla, via a webbrowser, and through windows command line.

View 1 Replies

Security :: Password Recovery - Display On Web Page And Not Have To Use Smtp Server To Send Email

Apr 14, 2010

once user answers security question and clicks submit that you can then re direct them to a new page and display their password on screen? rather than send an email?

View 1 Replies

Web Forms :: Send Email Through Gmail Account - SMTP Server Requires A Secure Connection

Jan 12, 2011

i'm trying to send email through gmail account

i get this error:

The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at

web config is like below:

[Code]....

and my code :

[Code]....

View 4 Replies

SQL Server :: Unable To Connect To Remote Server

Aug 9, 2010

I have a problem, my database reside on a separate server and my online website need to access that server to get some data. The server is in my office and connected with Internet.

I have configure the SQL server 2005 on the server to allow remote connections. Enabled TCP/IP and named pipeline. The port is 1433.

I give following connectionstrings.

1. <add name="DatabaseConnectionString" connectionString="Data Source=nt1111;Initial Catalog=testdatabase;Persist Security Info=True;User ID=test;Password=***" providerName="System.Data.SqlClient"/>

2. <add name="DatabaseConnectionString" connectionString="Data Source=nt1111;Initial Catalog=testdatabase; User ID=test;Password= "***"; User Instance=False" providerName="System.Data.SqlClient" />

3. The same as 2 but with IP <add name="DatabaseConnectionString" connectionString="Data Source=999.99.9.99;Initial Catalog=testdatabase; User ID=test;Password= "***"; User Instance=False" providerName="System.Data.SqlClient" />

View 13 Replies

Unable To Send Email Error - 0xC00402C7

Sep 24, 2010

I am trying to send a simple email through the following code:

protected void email_Click(object sender, EventArgs e)
{
System.Net.Mail.MailMessage msgMail = new System.Net.Mail.MailMessage();
msgMail.From = new System.Net.Mail.MailAddress("veerab@orbees.com");
msgMail.To.Add(new System.Net.Mail.MailAddress("murthyp@orbees.com"));
msgMail.Subject = "Request:Joing into the myitem.Title.ToString()";
msgMail.IsBodyHtml = true;
string strBody = "test mail";
msgMail.Body = strBody;
System.Net.Mail.SmtpClient client = new System.Net.Mail.SmtpClient();
}

I have installed the SMTP server on my local machine. The folders in mail root have all the permissions. My mails stay in the Queue folder for sometime and then they go to the Badmail folder. I am receiving the following error: Unable to deliver this message because the follow error was encountered: "This message is a delivery status notification that cannot be delivered.". The specific error code was 0xC00402C7. The message sender was <>. The message was intended for the following recipients.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved