Magento 2.2.5 – Wrong E-Mail Sender on Order Confirmation

magento-2.2.5magento2order-email

when I receive order confirmations from my shop theres always the wrong sender e-mail adress. It's sending from the main webspace e-mail

enter image description here

I thought I set the settings correctly but it doesn't seem to work.
The registration-mails work great.

Thanks
Thomas

Best Answer

There's a core bug in Magento 2.2.4 & 2.2.5 that impacts the from address on emails. Perhaps this is related? Quick fix is to disable the Amazon_Payment module, clear cache & generated folders (& run di compilation of in production/default mode), and check emails again.

More information on the core bug here: https://github.com/magento/magento2/issues/14952

Related Topic