This is for vb 2.3.x --
I want to add an email address to the report.php file, i've tried, but can't get it figured out. I don't want to have to add a user just to do this.
I'm attempting to setup a generic yahoo account so mods can login to that one if they want and reply to reported posts or take care of moderator biz there w/o giving away their personal email account. Right now, the php code is
PHP Code:
vbmail($moderator['email'], $subject, $message);
How would I go about adding
blah@yahoo.com within this string??? Any help appreciated!