Skip to content

magento man

How to add bcc for forgot password emails in Magento 2

I want add bcc for forgot password email in magento 2. When i checked the code – vendormagentomodule-customerControllerAccountForgotPasswordPost.php in execute method we have this try { $this->customerAccountManagement->initiatePasswordReset( $email, AccountManagement::EMAIL_RESET ); } How can i add Bcc for this mail. Thanks!

Magento 2 scandipwa child.isClassAccessorProperty is not a function

We are using Magento 2.4.3 version and php version is 7.4 Following that document – https://docs.scandipwa.com/getting-started-1/magento-integration While running BUILD_MODE=magento yarn start command getting an issue of – Failed to compile. ./node_modules/@scandipwa/scandipwa/src/util/Request/QueryDispatcher.ts TypeError: /var/www/html/magento243_scandipwa/src/localmodules/my-app/node_modules/@scandipwa/scandipwa/src/util/Request/QueryDispatcher.ts: child.isClassAccessorProperty is not a function at Array.forEach… Read More »Magento 2 scandipwa child.isClassAccessorProperty is not a function