Posted by jfinstrom@gmail.com on 10/13/40 11:34
I use go daddy with an involved script but the gist of it is as follows $to = me@mysite.com; $subject = $_POST['subject']; $headers = "From: " . $_POST['email'] . "\n" . "Return-Path: " . $_POST['email'] . "\n" . "Reply-To: " . $_POST['Email'] . "\n"; mail($to,$subject,$message,$headers)
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming