It should look like: $email = "/bin/sendmail"; $to = "[EMAIL PROTECTED]"; $subj = "A test message"; $body = "This is the body of the message"; $hdr = "Reply-to: [EMAIL PROTECTED]"; mail ($email, $to, $subj, $body, $hdr); ---------- Still no dice. I ran a search on my HD and found that my sendmail is located at /usr/sbin/sendmail I made the necessary change in your script, and still nothing.
Any other ideas? Your help is very appreciated! Kevin