hi people,
i'm trying to ise vbmail() but before the call to this function i try to check if there is a valid webmaster email filled in in the vbulletin settings so ...
PHP Code:
if(empty($vbulletin->options['webmasteremail']) OR $vbulletin->options['webmasteremail'] == '')
{
die("no valid email adress setup in the vbulletin settings");
}
else
{
//allright send the mail
}
?>
parse error unexpected $