|
-
Nov 26th, 2003, 10:01 AM
#1
Thread Starter
Lively Member
Error during send of Email
I was wondering if anyone else has seen this error when sending an email in VB.Net using the SMTP service. I have verified that the to and from email address are correct. What else could be causing this.
Server Error in 'xxxxxx' Application.
--------------------------------------------------------------------------------
The server rejected one or more recipient addresses. The server response was: 550 client.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: The server rejected one or more recipient addresses. The server response was: 550 client.
-
Nov 26th, 2003, 10:06 AM
#2
Frenzied Member
It looks like you are getting a "Relaying Denied" error.
Here is what MSDN says about the error when trying to send mail through VB.NET and getting this error
This is due to your SMTP server configuration. Your server is probably locked down in some way to prevent spammers from abusing your mail server. To find out how to better use your server, please contact your mail server administrator.
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Nov 26th, 2003, 02:18 PM
#3
Thread Starter
Lively Member
Thanks, but I already had configured the Relay info as needed. Acutally, we found that it was Norton Anti Virus causing the problem. Once we turned off the email scan, it worked fine. Thanks anyway!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|