PHP E-mail script
August 23, 2006 8:50 AM
Subscribe
PHP question: I need a very simple PHP form that takes form input and sends it via E-mail on my webserver to a fixed, hardcoded address (me).
This is so that users can contact me via their browser without spammers harvesting my address. All I want is basically a "From", "Subject", and "Message body". Since I'm not experienced in PHP, I can't write such a script, nor can I tell whether the samples I find on the Internet are secure or vulnerable... I figure I'm better off trying with experienced PHPers here.
I've used an obfuscation script to hide my E-mail address since 2003, but it appears spammers are now circumventing those.
Thanks in advance!
posted by chef_boyardee to computers & internet (9 comments total)
but spammers will write scripts to auto-submit to that form, so this may not be a good solution.
posted by nitsuj at 9:11 AM on August 23, 2006