From 22bd2e74cce45a57ba58bd6734e3cfb689eb5f4a Mon Sep 17 00:00:00 2001 From: Antonio Date: Mon, 7 Oct 2024 11:51:03 +0200 Subject: [PATCH] mejorar legibilidad de mensajes debug del mail --- Core/Lib/Email/NewMail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/Lib/Email/NewMail.php b/Core/Lib/Email/NewMail.php index 0078a5832..8646fc7d3 100644 --- a/Core/Lib/Email/NewMail.php +++ b/Core/Lib/Email/NewMail.php @@ -94,6 +94,7 @@ public function __construct() $this->fromName = $this->empresa->nombrecorto; $this->mail = new PHPMailer(); + $this->mail->Debugoutput = 'html'; $this->mail->CharSet = PHPMailer::CHARSET_UTF8; $this->mail->Mailer = Tools::settings('email', 'mailer');