asp.net mail message

I have created a form in asp.net 2.0/c# that emails to multiple addresses based on which checkboxes are selected. The form works when I use my personal and company emails to test the form, but when I use the real email addresses that the form is supposed to send to I get this error....

System.Net.Mail.SmtpFailedRecipientsException: Unable to send to all recipients. ---> System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: Requested action not taken: mailbox unavailable or not local


The site is hosted on our jodohost winvps account.

please help!!
 
We are working on this, it looks like it is trying to deliever these always internally and not going outside, its just taking some time to find out why.
 
Back
Top