I could do with a decent script which performs the equivalent of formmail and (most importantly) is secure :) I vaguely remember seeing one recommended a while back but can't for the life of me remember what it was... A site search hasn't found anything, so any ideas? (google throws up millions of bad looking options :))
Would prefer php over cgi, but another must is that it can handle file upload/attachments...
Ok, the one I was thinking of before was nms (http://nms-cgi.sourceforge.net/), and a friend has just recommended SimpleSecure (http://www.verysimple.com/products.php/simplesecure.html), which looks good. Any comments on either? :)
Not used any of the ones mentioned above, there are hundreds (php based) @ HotScripts (http://www.hotscripts.com/PHP/Scripts_and_Programs/Form_Processors/more2.html) (I've linked to the second page, as the first page lists mostly commercial scripts).
evildrneil
15-07-2005, 13:42
Asuming you have your PHP compiled with openssl (and preferably imap!) why don't you write your own? It's not particulaly taxing and you will have the advantage of knowing what bits do what if/when you want to move it around, expand it etc.
To be honest, I have better things to do than learn php to a level where I'd feel happy having email scripts out in "the wild" - I just know I'd leave huge holes in it to start with :) And it's something I wanted to get up and running on my website which could be earning me money, rather than tinkering with coding (which might be interesting but doesn't pay the mortgage!).
For now I put up something with SimpleSecure which took me literally 5 minutes to get fully working, might have a play around with other ones now it's on the go.