Web Analytics Made Easy -
StatCounter Problem with sendemail.asp if email is not recognised - CodingForum

Announcement

Collapse
No announcement yet.

Problem with sendemail.asp if email is not recognised

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem with sendemail.asp if email is not recognised

    Hi,

    I am having a problem with a 'Subscribe to Newsletter' asp script. The script verifies the validity of emails; while it works fine if the email is valid (also domain is checked), if the domain is unrecognised the following message is displayed:

    CDONTS.NewMail.1 error '80020009'

    501 ASP Service Disabled

    /asp/sls.asp, line 84



    Line 84 is:

    'Send the e-mail <<<--- LINE 84
    objCDOMail.Send

    'Close the server object
    Set objCDOMail = Nothing
    %>
    <html>
    <head>



    Why, why, why ??

    DHTMLHELP
Working...
X