diff --git a/lib/variables.php b/lib/variables.php index 9e46b6d..93f1a9c 100755 --- a/lib/variables.php +++ b/lib/variables.php @@ -41,16 +41,6 @@ // CocoDB::$force_redis_module = @CocoDB::bloquedCacheByURL($_SERVER["REQUEST_URI"]) ? false : true; // CocoDB::$force_redis_html = @CocoDB::bloquedCacheByURL($_SERVER["REQUEST_URI"]) ? false : true; - CocoEmail::$smtp = true; - CocoEmail::$smtp_data["host"] = "***REMOVED***"; - CocoEmail::$smtp_data["port"] = "587"; - CocoEmail::$smtp_data["secure"] = "STARTTLS"; - CocoEmail::$smtp_data["username"] = "noreply@quantumasis.com"; - CocoEmail::$smtp_data["password"] = "uK5DDSa7sjPm7YtBbkRR"; - CocoEmail::$smtp_data["from"] = "noreply@quantumasis.com"; - CocoEmail::$smtp_data["from_name"] = "QuantumASIS"; - - $plantilla = "template/estandar"; define("PLANTILLA",$plantilla); define("RUTA_PLANTILLA","/".$plantilla);