Ok, so I wanted to change the Admin profile and I changed the email address to my personal one so that when I tested out the shopping cart I could see if I received an email. Anyway, it seems like after I did that I'm not receiving anymore of my emails that contain "Unhandled Exception". For instance, when I use the Contact Form, I receive the emails at my email address, but if I select "Copy me on this email" I get the regular error, but I never receive the "Unhandled Exception" email. I recieve every Form email though, so I don't think it can be my SMTP settings.
I have my email for us@domain.com hosted at GoDaddy and I have a VPS hosted through EMC Telecom and just have the domain forwarded to them. So, I have my SMTP relay set as smtp.secureserver.net port: 25. According to GoDaddy, this shouldn't work, but it does. I even Telnet'ed in there and it works. Anyway, here's the last Error email I got.
Thanks as Always Luke!
Timestamp: 4/26/2008 7:12:25 PM Message: HandlingInstanceID: 271310e9-904d-43e7-a781-280e0dfb8f31 An exception of type 'System.Net.Mail.SmtpFailedRecipientException' occurred and was caught. -------------------------------------------------------------------------------------------- 04/26/2008 12:12:25 Type : System.Net.Mail.SmtpFailedRecipientException, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Message : Mailbox name not allowed. The server response was: sorry, relaying denied from your location [207.114.196.252] (#5.7.1) Source : System Help link : FailedRecipient : <ramin.ma@hotmail.com> StatusCode : MailboxNameNotAllowed Data : System.Collections.ListDictionaryInternal TargetSite : Void Send(System.Net.Mail.MailMessage) Stack Trace : at System.Net.Mail.SmtpClient.Send(MailMessage message) at DotShoppingCart.OpenSource.Core.EmailManager.SendEmail(String subject, String content, NameValueCollection tokensToReplace, String from, ICollection`1 to, ICollection`1 bcc) at DotShoppingCart.OpenSource.Core.EmailManager.Send(String host, String templateName, NameValueCollection tokensToReplace, String from, ICollection`1 to, ICollection`1 bcc) at DotShoppingCart.OpenSource.OrderPipeline.OrderEmailProcessorProvider.SendOrderEmail(String host, Order order, IConfigurationSource cfgSrc, String emailTemplate) at DotShoppingCart.OpenSource.OrderPipeline.OrderEmailProcessorProvider.ProcessOrder(String host, Order order, IConfigurationSource cfgSrc) at DotShoppingCart.OpenSource.OrderPipeline.OrderProcessorProvider.ProcessOrders(String host, IConfigurationSource cfgSrc, Int32 orderStatusIdSource) Additional Info: MachineName : CT3459 TimeStamp : 4/26/2008 7:12:25 PM FullName : Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null AppDomainName : /LM/W3SVC/1/Root/AKStore-1-128537074959410000 ThreadIdentity : WindowsIdentity : NT AUTHORITY\NETWORK SERVICE Category: General Priority: 0 EventId: 100 Severity: Error Title:Enterprise Library Exception Handling Machine: CT3459 Application Domain: /LM/W3SVC/1/Root/AKStore-1-128537074959410000 Process Id: 24472 Process Name: c:\windows\system32\inetsrv\w3wp.exe Win32 Thread Id: 47704 Thread Name: Extended Properties:
|