I am using Formail from
here. I have it working. However, I'd like a copy of the e-mail generated to go to the e-mail address the person enters. I can't figure out how to do that. I tried adding the following line to the script
PHP Code:
// bcc emails (separate multiples with commas (,))
$bcc = "$email";
That did not work, so I added the lines below to the form
PHP Code:
<input type=hidden name="bcc" value=email>
That didn't work either.
Thanks