Hello,
I have disabled mail system on my server and found a an automated events script that uses mail system to give the prizes.
function Func_Prizes {
announce "Congrats "+strcharinfo(0,getarg(0))+", a winner in the "+getarg(1)+" Event.",bc_all|bc_blue;
query_sql("INSERT INTO `mail`...