Sure. here you go. thanks.
****************
InnerException: Mailbox unavailable. The server response was: Sender is not allowed.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Net.Mail.MailCommand.CheckResponse
StackTrace:
Message:
System.Net.Mail.SmtpException: Mailbox unavailable. The server response
was: Sender is not allowed.
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode
statusCode, String response)
at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[]
command, MailAddress from, Boolean allowUnicode)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender,
MailAddressCollection recipients, String deliveryNotify, Boolean
allowUnicode, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at DotNetNuke.Services.Mail.Mail.SendMailInternal(MailMessage
mailMessage, String subject, String body, MailPriority priority,
MailFormat bodyFormat, Encoding bodyEncoding, IEnumerable`1 attachments,
String smtpServer, String smtpAuthentication, String smtpUsername,
String smtpPassword, Boolean smtpEnableSSL)
*****************