DelphiVillage
Mon 9th Jan '06, 11:42am
hi people,
I'm trying to send an email through a vbulletinhook.But the email is never sended and i cannot figure out whatt he (hell) is wrong with this code
in the hook report_send_email
if(!$vbulletin->options['postreports_enbaled'] || ($vbulletin->options['postreports_enbaled'] && $vbulletin->options['postreports_alsoemail']))
{
eval(fetch_email_phrases('reportbadpost',$email_la ngid));
vbmail($moderator['email'],$subject,$message,true);
}
else
{
$moderator['email'] = null;
}
no errors at all but no mails either ...
I'm trying to send an email through a vbulletinhook.But the email is never sended and i cannot figure out whatt he (hell) is wrong with this code
in the hook report_send_email
if(!$vbulletin->options['postreports_enbaled'] || ($vbulletin->options['postreports_enbaled'] && $vbulletin->options['postreports_alsoemail']))
{
eval(fetch_email_phrases('reportbadpost',$email_la ngid));
vbmail($moderator['email'],$subject,$message,true);
}
else
{
$moderator['email'] = null;
}
no errors at all but no mails either ...