an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > DotShoppingCart Suite > Mailbox name not allowed
Last Post 12/15/2012 1:13:46 AM By TAhmad. 1 replies.
12/12/2012 3:25:17 AM
TAhmad
Posts: 46
Joined: 1/12/2010
Mailbox name not allowed
Hi Locky,
I keep receiving error as below from the server.
I don't know what is the problem. your advanced support is appresiated.
 
HandlingInstanceID: f22555a6-1497-426e-9323-2586cdb1d70d
An exception of type 'System.Net.Mail.SmtpException' occurred and was caught.
-----------------------------------------------------------------------------
12/12/2012 13:36:13
Type : System.Net.Mail.SmtpException, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Message : Mailbox name not allowed. The server response was: From address not verified - see http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html
Source : System
Help link :
StatusCode : MailboxNameNotAllowed
Data : System.Collections.ListDictionaryInternal
TargetSite : Void CheckResponse(System.Net.Mail.SmtpStatusCode, System.String)
Stack Trace :    at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
   at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at DotShoppingCart.Commercial.Core.EmailManager.SendEmail(String subject, String content, NameValueCollection tokensToReplace, String from, ICollection`1 to, ICollection`1 bcc)
   at DotShoppingCart.Commercial.OrderPipeline.EmailCampaignTaskProvider.RunTask(String host, IConfigurationSource cfgSrc)
   at DotShoppingCart.Commercial.OrderPipeline.TaskProvider.Proccess(String host, IConfigurationSource cfgSrc)
   at DotShoppingCart.Commercial.OrderPipeline.ProcessorProvider.Run()
   at DotShoppingCart.Commercial.OrderPipeline.RunnableProvider.StartRun()
 
Additional Info:
 
MachineName : ORACLE
TimeStamp : 12/12/2012 10:36:13 AM
FullName : Microsoft.Practices.EnterpriseLibrary.ExceptionHandling, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null AppDomainName : DotShoppingCart.Commercial.OrderPipelineService.exe
ThreadIdentity :
WindowsIdentity : NT AUTHORITY\SYSTEM
 
12/15/2012 1:13:46 AM
TAhmad
Posts: 46
Joined: 1/12/2010
Re: Mailbox name not allowed
Hello lukezy,
 
I have urgent case with a customer the service always come with error
"Mailbox name not allowed. The server response was: From address not verified - see http://help.yahoo.com/l/us/yahoo/mail/original/manage/sendfrom-07.html"
 
I configure mail setting as below in file 'DotShoppingCart.Commercial.OrderPipelineService.exe.config'
 
<system.net>
    <mailSettings>
      <smtp from="emailaccount@domain.com">
        <network defaultCredentials="false" host="smtp.bizmail.yahoo.com" password="xxxxx" userName="emailaccount@domain.com" />
      </smtp>
    </mailSettings>
  </system.net>