Remove hardcoded SMTP credentials from variables.php

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jordan
2026-02-26 20:37:09 +00:00
parent 5586765e1f
commit f15fc7dea6

View File

@@ -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);