On 7/9/07, kam <[EMAIL PROTECTED]> wrote: > On a website (Win2000 + Apache2), I have a feedback forrm written with > Frontpage with this: > <form name="Order form" method="post" action="mailto:[EMAIL PROTECTED]" > ENCTYPE="text/plain"> > > it works if the client has outlook, but does not work for gmail and AOL, etc > > > In the past I used Linux + Apache2: > form METHOD="POST" ACTION="cgiemail/trial.txt" > and it always worked - but does not work with the Win2000 web site. > > Anyone have a solution (other than going back to Linux)
You could always use BSD or OpenSolaris <g>... Apache will work with a number of CGI email clients. BLAT actually has some documentation on how to use it (Google BLAT for the best links). I've used a little script called GypsyMail, which is a Python script that lets you define forms in .txt files. It does require Python on the machine, but that's pretty easy to do, and it's got some next flexibility. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

