diff --git a/CHANGELOG.md b/CHANGELOG.md index 964bbf1..9bc7ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.10] - 2 October 2024 +### Fixed +- Send mail by using the configured email address + ## [1.2.9] - 9 April 2024 ### Fixed - Fix calling Rate class in the Add action #2 @se-viacheslav diff --git a/Cron/CheckRunner.php b/Cron/CheckRunner.php index b18953a..5874b54 100644 --- a/Cron/CheckRunner.php +++ b/Cron/CheckRunner.php @@ -126,7 +126,7 @@ public function execute(): bool private function sendMail(string $contents) { $name = $this->scopeConfig->getValue('trans_email/ident_support/name'); - $email = $this->scopeConfig->getValue('trans_email/ident_support/email'); + $email = $this->config->email(); $templateParams = []; $templateParams['output'] = $contents; diff --git a/composer.json b/composer.json index e6608f6..bb89240 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "yireo/magento2-taxratesmanager2", "license": "OSL-3.0", "type": "magento2-module", - "version": "1.2.9", + "version": "1.2.10", "homepage": "https://www.yireo.com/software/magento-extensions/taxratesmanager2", "description": "Manage EU VAT rates automatically", "keywords": [