function mailer($email,$subject,$text,$sender="") {
global $frommail, $master_board_name, $smtp;
if($smtp && int_get("SMTP")!=$smtp) {
@int_set("SMTP",$smtp);
$smtp="";
}
if($smtp && int_get("SMTP")!=$smtp) {
Is there anything wrong here ?
smtp is set to: mail.thevoids.com