I dont know if im in the right forum because i believe this is a configuration issue.
I have a VB.NET application that sends emails out to a given email address. the application works fine on all company computers except for one which throws the following error:
The computer is set up like everyone elses and the users account has permissions on the smpt server like everyone else. I did some google searches and found that I had to enable the IIS to relay through the localhost. I tried that and i still get the same error. Does anybody have any suggestions?
If there is another forum for this question, can someone point me in the right direction?
Thanks
"Bugs are good for building character in the user
I have a VB.NET application that sends emails out to a given email address. the application works fine on all company computers except for one which throws the following error:
Code:
The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for someone@someEmail.com
The computer is set up like everyone elses and the users account has permissions on the smpt server like everyone else. I did some google searches and found that I had to enable the IIS to relay through the localhost. I tried that and i still get the same error. Does anybody have any suggestions?
If there is another forum for this question, can someone point me in the right direction?
Thanks
"Bugs are good for building character in the user