C
Cirene
When I test out my web app using my smtp server it works fine. When I put
my clients smtp server info (SMTP server and FROM address) I get this error
when trying to email from the web app. Any ideas?
System.Net.Mail.SmtpFailedRecipientsException: Unable to send to all
recipients. ---> System.Net.Mail.SmtpFailedRecipientException: Mailbox
unavailable. The server response was: 5.7.1 ... Relaying denied --- End of
inner exception stack trace --- at
System.Net.Mail.SmtpTransport.SendMail(MailAddress sender,
MailAddressCollection recipients, String deliveryNotify,
SmtpFailedRecipientException& exception) at
System.Net.Mail.SmtpClient.Send(MailMessage message) at
test.SendEmail(Boolean bFullPlanOrder) in
C:\inetpub\wwwroot\email\test.aspx.vb:line 32
Lin 32 is a simple smtp.Send(mymessage).
my clients smtp server info (SMTP server and FROM address) I get this error
when trying to email from the web app. Any ideas?
System.Net.Mail.SmtpFailedRecipientsException: Unable to send to all
recipients. ---> System.Net.Mail.SmtpFailedRecipientException: Mailbox
unavailable. The server response was: 5.7.1 ... Relaying denied --- End of
inner exception stack trace --- at
System.Net.Mail.SmtpTransport.SendMail(MailAddress sender,
MailAddressCollection recipients, String deliveryNotify,
SmtpFailedRecipientException& exception) at
System.Net.Mail.SmtpClient.Send(MailMessage message) at
test.SendEmail(Boolean bFullPlanOrder) in
C:\inetpub\wwwroot\email\test.aspx.vb:line 32
Lin 32 is a simple smtp.Send(mymessage).