Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Magento 2.3.1 Invalid Sender (Fix) #108

Closed
Lycanite opened this issue Apr 8, 2019 · 6 comments
Closed

Magento 2.3.1 Invalid Sender (Fix) #108

Lycanite opened this issue Apr 8, 2019 · 6 comments
Assignees
Labels
Milestone

Comments

@Lycanite
Copy link

Lycanite commented Apr 8, 2019

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.

@alinalexandru
Copy link

I will prepare a Pull Request to fix for 2.3.1 and 2.2.9

@gonzaloebiz
Copy link
Contributor

Hi @alinalexandru

we wrote a new extension for Mandrill for magento >= 2.2.8
Remove this extension (composer remove ebizmarts/magento2-mandrill) and try https://github.com/ebizmarts/magento2-mandrill-smtp

Best

@andrewkett
Copy link

Is this module deprecated in favour of the SMTP one then?

@gonzaloebiz
Copy link
Contributor

yes, for magento >= 2.2.8

@andrewkett
Copy link

Can I suggest you update the readme to reflect that?

@gonzaloebiz
Copy link
Contributor

sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants