'send')); break; case 'reset': //GET TEMPLATE $mail_location = (file_exists($_SERVER['DOCUMENT_ROOT'].'/custom/'.$domain.'/mail/email_template_reset.php') ? $_SERVER['DOCUMENT_ROOT'].'/custom/'.$domain.'/mail/email_template_reset.php' : './assets/mail/email_template_reset.php'); include_once $mail_location; //SEND MAIL send_mail($mail_to,$subject,$message,'',''); break; } } else { //do nothing } } else { exit; } ?>