what is means of this problem when sending email through web-application
Posted
by Richa Media and services
on Stack Overflow
See other posts from Stack Overflow
or by Richa Media and services
Published on 2010-04-29T12:09:17Z
Indexed on
2010/04/29
12:17 UTC
Read the original article
Hit count: 324
i have this error when i sending email through our web application " Mailbox unavailable. The server response was: Requested action not taken: mailbox unavailable or not local"
this is detail of error
System.Net.Mail.SmtpFailedRecipientException was caught
Message=Mailbox unavailable. The server response was: Requested action not taken: mailbox unavailable or not local
Source=System
FailedRecipient=<[email protected]>
StackTrace:
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at email.Globals.SendMail(String EmailID, String subject, String message, String senderMail) in C:location
InnerException:
© Stack Overflow or respective owner