Verify email address

FREE
By Ajith Joseph | Updated 7 days ago | Other
Popularity

7.6 / 10

Latency

106ms

Service Level

100%

Health Check

N/A

Back to All Discussions

API currently failing

Rapid account: Howya
howya
9 years ago

Hi,

This API is currently failing with the error:

<html>
<head>
<title>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 38.101.213.202:25</title>
<meta name="“viewport”" content="“width=device-width”" />
<style>
body {font-family:"“Verdana”";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"“Verdana”";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"“Verdana”";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"“Verdana”";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"“Verdana”";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"“Consolas”","“Lucida Console”",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
@media screen and (max-width: 639px) {
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
}
@media screen and (max-width: 479px) {
pre { width: 280px; }
}
</style>
</head>

<body bgcolor=""white"">

        <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>

        <h2> <i>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 38.101.213.202:25</i> </h2></span>

        <font face=""Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "">

        <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

        <br><br>

        <b> Exception Details: </b>System.Net.Sockets.SocketException: 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 38.101.213.202:25<br><br>

        <b>Source Error:</b> <br><br>

        <table width=100% bgcolor=""#ffffcc"">
           <tr>
              <td>
                  <code><pre>

Line 92: IPEndPoint endPoint = new IPEndPoint(ipHost.AddressList[0], 25);
Line 93: socket = new Socket(endPoint.AddressFamily, SocketType.Stream, ProtocolType.Tcp);
<font color=red>Line 94: socket.Connect(endPoint);
</font>Line 95:
Line 96: if (!CheckResponse(socket, ResponseEnum.ConnectSuccess))</pre></code>

              </td>
           </tr>
        </table>

        <br>

        <b> Source File: </b> f:\hostingspaces\codzzz\codzz.com\wwwroot\mashape\chkgmail.aspx.cs<b> &nbsp;&nbsp; Line: </b> 94
        <br><br>

        <b>Stack Trace:</b> <br><br>

        <table width=100% bgcolor=""#ffffcc"">
           <tr>
              <td>
                  <code><pre>

[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 38.101.213.202:25]
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +208
System.Net.Sockets.Socket.Connect(EndPoint remoteEP) +120
mashape_chkgmail.IsExists_SMTPMethod(String email) in f:\hostingspaces\codzzz\codzz.com\wwwroot\mashape\chkgmail.aspx.cs:94
mashape_chkgmail.Page_Load(Object sender, EventArgs e) in f:\hostingspaces\codzzz\codzz.com\wwwroot\mashape\chkgmail.aspx.cs:27
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
System.Web.UI.Control.OnLoad(EventArgs e) +92
System.Web.UI.Control.LoadRecursive() +54
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772
</pre></code>

              </td>
           </tr>
        </table>

        <br>

        <hr width=100% size=1 color=silver>

        <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34249

        </font>

</body>

</html>
<!–
[SocketException]: 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 38.101.213.202:25
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at mashape_chkgmail.IsExists_SMTPMethod(String email) in f:\hostingspaces\codzzz\codzz.com\wwwroot\mashape\chkgmail.aspx.cs:line 94
at mashape_chkgmail.Page_Load(Object sender, EventArgs e) in f:\hostingspaces\codzzz\codzz.com\wwwroot\mashape\chkgmail.aspx.cs:line 27
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: Exception of type ‘System.Web.HttpUnhandledException’ was thrown.
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.mashape_chkgmail_aspx.ProcessRequest(HttpContext context) in c:\asp.net temp files\4.0.30319\x86\root\277f1b28\239bca48\App_Web_sv3cc5qy.6.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
–><!–
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="“Off”"/>. Consider using <customErrors mode="“On”"/> or <customErrors mode="“RemoteOnly”"/> in production environments.–>"

Rapid account: Ajith
ajith Commented 7 years ago

Hi howya,

The API dosent work with some email address. We are working on it to solve the bug,

Thank you.

Rapid account: Howya
howya Commented 9 years ago

Service still regularly failing, to this end I’ve implemented a locally hosted solution. This seems to work well and is not reliant on this poorly maintained interface. (https://code.google.com/p/php-smtp-email-validation/)

Rapid account: Howya
howya Commented 9 years ago

Further information, it appears to work with the majority of email addresses, but fails with some. This is an example of a failing email address:

mohsenirohullah@yshoo.co.uk

Join in the discussion - add comment below:

Login / Signup to post new comments