Skip to content

Commit

Permalink
[2.4.6] Fix bug can't resend email when disable module
Browse files Browse the repository at this point in the history
  • Loading branch information
HuyPhuc98 committed Jun 6, 2023
1 parent af7e8a7 commit 8b468e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b468e3

Please sign in to comment.