From 8b468e34169e8e29a96da039b014ddc3925d67db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huy=20Ph=C3=BAc?= Date: Tue, 6 Jun 2023 09:41:11 +0700 Subject: [PATCH] [2.4.6] Fix bug can't resend email when disable module --- Model/Log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Log.php b/Model/Log.php index 66434cc..03f2b71 100644 --- a/Model/Log.php +++ b/Model/Log.php @@ -227,7 +227,7 @@ public function resendEmail() } } - $this->mailResource->setSmtpOptions(Store::DEFAULT_STORE_ID, ['ignore_log' => true]); + $this->mailResource->setSmtpOptions(Store::DEFAULT_STORE_ID, ['force_sent' => true]); try { $this->_transportBuilder