Remove hardcoded SMTP credentials from variables.php
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user