ASP form to mail handler

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default ASP form to mail handler

    Hi,

    I'll try not to be too long winded!

    When we bought Dreamweaver (Nov 04) to redesign our site using CSS etc our ISP
    moved us from their UNIX server to their NT server and hence I now have to use
    ASP scripts.

    Can anyone point me to an ASP form to mail handler that sits in our site - not
    hosted by a third party?

    I have come across KMITA but that requires read, write and execute permissions
    for all on a certain folder and our ISP is unwilling to grant these folder
    permissions because NT is not as secure as UNIX (that's what they told me
    anyway).

    Not looking for a 'freebie', quite willing to pay but just want a one-off
    charge rather than a monthly/yearly fee.

    Thanks in advance,

    Tim

    silver_bullet! Guest

  2. Similar Questions and Discussions

    1. Frustrated!! Looking for PHP Form Handler
      :frown; I have been searching all over the Internet for a simple PHP form handler that can simply take the info from a form on my site and e-mail...
    2. Form handler
      I'm trying to recreate a simple classified ads page for my web site. In the past, when I used FrontPage, visitors filled out a form, hit submit and...
    3. form Mail help...
      Hi I am using this script on my website... $msg = array($name, $address, $town, $county, $postcode, $email, $phone, $comments); $name =...
    4. DataGrid's UpdateCommand event handler and CancelCommand handler problem
      I am having the same problem: the wrong event handler is being fired when column headings and page changes are clicked. I am using the datagrid...
    5. Fast signal handler switching & thread-specific handler.
      jek_bask@ngs.ru (Evgeny Baskakov) writes: This is quite likely to crash on at least some pthread implementations (especially if sigaltstack was...
  3. #2

    Default Re: ASP form to mail handler

    [url]http://brainjar.com/asp/formmail/[/url]

    download the code for the handler it top right corner...the rest of the pages
    describe how to use it...it can handle sending emails using 4 different
    components, depending what your provider is using. ASPMail, JMAIL, CDOSYS,CDONTS

    nisav19 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139