Mail Not Sending

Discussion in 'ASP.NET 2.0' started by Jalbee, Aug 26, 2007.

  1. I am using ASP Form mail and I am getting this error:

    Server object error 'ASP 0177 : 800401f3'

    Server.CreateObject Failed

    /Contact.asp, line 558

    800401f3

    Which is this line of code:

    set mailObj = Server.CreateObject('SMTPsvg.Mailer') </font>
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    This component has been deprecated more than 2 years ago. We found that all components from ServerObjects was causing IIS to crash ever since we upgraded to the last Windows Service pack. We attempted to contact serverobjects many times but they seems to have closed business.


    We were force to stop supporting this component.


    If you want to send email from your web application, you can use other alternative SMTP components installed on the server (CDO, JMAIL, ASPEMail)


    http://kb.discountasp.net/article.aspx?id=10360


    http://kb.discountasp.net/article.aspx?id=10272

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thanks!

    I now have my contact form working.

    /emoticons/smile.gif
     

Share This Page