Announcement

Collapse
No announcement yet.

CGI Email script question

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

  • CGI Email script question

    I need a basic {cgi mailto} script for your server?

    This is one I have been using on a another server. I need to fill in the question
    mark on the form action string below to get this to work. I also need to know
    if I need a mailtemp.txt (or what file) I need in the cgi-bin.

    Charles

    <form action="http://www.rusticmade.com/cgi-bin/???????" method="POST">
    <input type="hidden" name="recipient" value="charles@rusticmade.com">
    <input type="hidden" name="subject" value="Feedback from web site">
    <input type="hidden" name="redirect" value="http://www.rusticmade.com/thankyou.htm"> <p align="center">
    <input type="text" name="email" size="15" value="your email address">
    <br>
    <INPUT TYPE="submit" value="Subscribe"></p>
    <p align="center">
    </form>

  • #2
    what to plan on using the script for?

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Theres a example of the script in my first request above this reply.

      Then it points to a mailtemp file that goes in the cgi-bin

      [maitemp.txt]

      example:

      To: charles@rusticmade.com
      Subject: signup newletter.
      email [email]

      Charles

      Comment


      • #4
        Check out 'our' PHP example which does pretty much the same as your CGI example:

        http://www.vodahost.com/vodatalk/showthread.php?t=522
        Forum Moderator
        BlueVoda Spe******t

        Comment


        • #5
          Thanks for the reply.....I went over to matts scripts and installed one of his free
          programs...

          Charles

          Comment

          Working...
          X