PHP mail and bcc
Moderator: General Moderators
- Bill H
- DevNet Resident
- Posts: 1136
- Joined: Sat Jun 01, 2002 10:16 am
- Location: San Diego CA
- Contact:
Re: PHP mail and bcc
See my 1:24 post.
Re: PHP mail and bcc
THANK YOU BILL!
I just did this
1| $to = $_POST[email] . ", email.address.com";
That worked, I dont care if they it is sent to me too.
Thanks again!
I just did this
1| $to = $_POST[email] . ", email.address.com";
That worked, I dont care if they it is sent to me too.
Thanks again!