|
System.Net.Mail.SmtpException: User not local; please try a different path. The server response was: This mail server requires authentication before sending mail from a locally hosted domain. Please reconfigure your mail client to authenticate before sending mail.
at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from)
at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception)
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at GDD.Web.CommonFunctions.sendEmail(String strMessage, String strMailAddr, String strSubject, Boolean isHTML, String strAttachment)
at GDD.Web.AmazonPages.ProductGroupsPage.displayProductGroups(DbObject db, StringBuilder sb)Sorry, an unexpected error occurred. The web master has been informed
|