ebizmarts / magento2-mandrill-smtp

Connect Mandrill with Magento via SMTP"
GNU General Public License v3.0
8 stars 3 forks source link

FIX: Invalid header value detected #11

Open nghelo opened 4 years ago

nghelo commented 4 years ago

after line 67 add:

$zm->getHeaders()->setEncoding('utf-8');

This force encoding message to UTF-8.

tprocter1984 commented 4 years ago

Line 67 of what file? I presume this one?

vendor/ebizmarts/magento2-mandrillsmtp/Model/Transport/Smtp.php

nghelo commented 4 years ago

Line 67 of what file? I presume this one?

vendor/ebizmarts/magento2-mandrillsmtp/Model/Transport/Smtp.php

Yes.