I can't seem to register an account to add my Shard.
Anyone else?
Server Error in '/' Application.
Mailbox name not allowed. The server response was: sorry, relaying denied from your location [64.34.176.148] (#5.7.1)
Description: 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.
Exception Details: System.Net.Mail.SmtpFailedRecipientException: Mailbox name not allowed. The server response was: sorry, relaying denied from your location [64.34.176.148] (#5.7.1)
Source Error:
Line 32: //{
Line 33: MailMessage message = new MailMessage(from, to, subject, body);
Line 34: EClient.Send(message);
Line 35: return true;
Line 36: //}
Source File: d:\Websites\joinuo.com\App_Code\EmailClient.cs Line: 34
Stack Trace:
[SmtpFailedRecipientException: Mailbox name not allowed. The server response was: sorry, relaying denied from your location [64.34.176.148] (#5.7.1)]
System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) +1925051
System.Net.Mail.SmtpClient.Send(MailMessage message) +1930406
EmailClient.SendEmail(String from, String to, String subject, String body) in d:\Websites\joinuo.com\App_Code\EmailClient.cs:34
EmailClient.SendAuthCode(UserInfo ui, String toEmail) in d:\Websites\joinuo.com\App_Code\EmailClient.cs:46
ShardManage.btnResend_Click(Object sender, EventArgs e) in d:\Websites\joinuo.com\ShardManage.aspx.cs:312
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +115
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +140
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +29
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
Users browsing this forum: No registered users and 1 guest