Skip to content

magento man

Host custom private/public blockchain

Hello, We would need to have a few RPC nodes that are EVM compatible for the public to use. We can provide a custom genesis.json. It is a… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1883896&goto=newpost

Emails sent from custom module are not translated

I have the following code: $this->transportBuilder->setTemplateIdentifier(‘promo_new_account_coupon’) ->setTemplateOptions( [ ‘area’ => ‘frontend’, ‘store’ => 1, ] ) ->setTemplateVars([ ‘customer’ => $customerFullName, ]) ->setFrom(‘sales’) ->addTo($customerEmail, $customerFullName); $this->transportBuilder->getTransport() ->sendMessage(); But emails are never translated. They are sent in the default language and not… Read More »Emails sent from custom module are not translated