You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to Magento 2.3.1 from 2.3 the "Email sending failed: invalid-sender" issue returned, this is using 3.3.16.
I've managed to fix this be renaming the function "setFrom" to "setFromAddress in the Ebizmarts\Mandrill\Model\Message class so that it matches what the Magento\Framework\Mail\Template\TransportBuilder class is calling in its new setFromByScope method.
The text was updated successfully, but these errors were encountered:
After upgrading to Magento 2.3.1 from 2.3 the "Email sending failed: invalid-sender" issue returned, this is using 3.3.16.
I've managed to fix this be renaming the function "setFrom" to "setFromAddress in the Ebizmarts\Mandrill\Model\Message class so that it matches what the Magento\Framework\Mail\Template\TransportBuilder class is calling in its new setFromByScope method.
The text was updated successfully, but these errors were encountered: