Quote:
Originally Posted by PcGamer
Nice modification. I have it working well on my site
I use my forms to just send an email to my address. Is it possible for it to send to multiple addresses? If so how?
Thanks!
|
Sure,
Look for this:
PHP Code:
vbmail($formemailaddress, $formtitle, $formsend);
copy this line over and over for as many email addreess you want the email going to. Change
PHP Code:
$formemailaddress
to a different email on each line.
Anyone figured out yet how to make a thread made by these forms search able?