ASPEmail question

Discussion in 'Classic ASP' started by jgs3, Dec 1, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hello, I am trying to use the function ValidateAddressin ASPEmail but it is blowing up with a Type mismatch: 'ValidateAddress' error. Here is my call:

    iMailErr = Mail.ValidateAddress(rsPlayers("Email"))

    Any suggestions?

    Thanks.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Can you dump out rsPlayers('Email')?

    I am pretty sure the error is caused by something in the input.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. I bet your right! The field does have a range of invalid entries including Null. That's why it's blowing up. Thanks for the perspective!


    Jim
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page