Results 1 to 3 of 3

Thread: Error during send of Email

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2003
    Posts
    90

    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.

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    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

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2003
    Posts
    90

    Talking

    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
  •  



Click Here to Expand Forum to Full Width