ebizmarts / magento2-mandrill

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

Error when sending emails #123

Closed tarasyyyk closed 5 years ago

tarasyyyk commented 5 years ago

This error ocurrs when sending emails:

PHP Fatal error:  Uncaught Error: Call to a member function toString() on string in /home/integration_m2/integration/source/vendor/ebizmarts/magento2-mandrill/Model/Message.php:74

A clear and concise description of what the bug is.

Steps to reproduce the behavior:

  1. Go to Product page
  2. Click on Add to Cart
  3. Go to Chechout
  4. Fill all fields
  5. Click "Place Order"

Expected behavior Order created and User goes to Success page.

Desktop (please complete the following information):

gonzaloebiz commented 5 years ago

Hi @tarasyyyk

what version of magento do you have?

tarasyyyk commented 5 years ago

Hi, @gonzaloebiz my Magento version is 2.3.2. I found same issue, and solution to install package ebizmarts/magento2-mandrillsmtp, so this issue can be closed.