fly
10-10-2004, 06:21 PM
First of all, I know very little about PHP coding...
I've changed the sendmessage.php file up a bit for my members to submit news for the front page. However, I can't figure out how to get it to send it to anything other than the webmaster email address.
As far as my ignorant self can tell, this is the line (#172) that actually sends it:
vbmail($vboptions['webmasteremail'], $subject, $message, false, $email, '', $name);
However, no matter what I change $vboptions['webmasteremail'] to, the mail gets sent to the webmaster.
I've changed the sendmessage.php file up a bit for my members to submit news for the front page. However, I can't figure out how to get it to send it to anything other than the webmaster email address.
As far as my ignorant self can tell, this is the line (#172) that actually sends it:
vbmail($vboptions['webmasteremail'], $subject, $message, false, $email, '', $name);
However, no matter what I change $vboptions['webmasteremail'] to, the mail gets sent to the webmaster.