New to DiscountAsp.net Need Help

Discussion in 'HTML / PHP / JavaScript / CSS' started by Jalbee, Aug 25, 2007.

  1. I currently have an html site that uses this code for sending email.

    <FORM METHOD=POST ACTION='http://toolbox.omnis.com/bin/formmail.pl'>
    <input type='hidden' name='redirect' value=''>
    <INPUT TYPE='HIDDEN' NAME='recipient' VALUE=''>
    <INPUT TYPE='HIDDEN' NAME='subject' VALUE=''>

    How would I configure this to work on your server?

    I will be converting my site into .asp overtime (new and green fresh outta school, may take some time ~laugh) but in the meantime I need my contact form to work.

    Thank you!

    Johanna /emoticons/blush.gif
     
  2. I actually saw another post on this forum regarding the use of BrianJar ASPMail. However I am getting an error that server object could not be created when it hits this line of code:

    if mailComp = 'ASPMail' then
    set mailObj = Server.CreateObject('SMTPsvg.Mailer')
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    If you are using brainjar's script, set the mailComp to either "CDOSYS" or "JMail".


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page