ebizmarts / magento2-mandrill

Mandrill integration for Magento 2.
https://mandrill.com/
36 stars 36 forks source link

from_name and from_email are set to null on Magento2.3.1 #118

Closed syedsaleem086 closed 5 years ago

syedsaleem086 commented 5 years ago

Describe the bug from_name and from_email is always null even if it is configured in Magento backend

To Reproduce Steps to reproduce the behavior:

  1. Install Magento2.3.1 (Working on magento2.3.0)
  2. Install Mandrill using composer
  3. Configure store email address on Magento backend
  4. Test send email
  5. Login to mandrill dashboard -> API Logs (You will notice there is no from_name and from_email is set)

Expected behavior from_name and from_email should set as per configured in Magento backend

Server details:

gonzaloebiz commented 5 years ago

hi @syedsaleem086

thanks for the feedback, but for magento >= 2.2.8 you must use https://github.com/ebizmarts/magento2-mandrill-smtp

Best