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

Return-Path Email is not used #27

Open
weierophinney opened this issue Dec 31, 2019 · 0 comments
Open

Return-Path Email is not used #27

weierophinney opened this issue Dec 31, 2019 · 0 comments
Labels
Awaiting Author Updates Bug Something isn't working

Comments

@weierophinney
Copy link
Member

Description

E-mail Return-Path is not set correctly because it only uses the last forced e-mail address, so as workaround I implemented this code change to give priority to the e-mail address that is already stored in the parameters and therefore the return path mail will be set correctly.

E.g. $parameters = " '-f test1@mail.com' '-f test2@mail.com'";
It will use 'test2@mail.com' as return path email.

Magento 2.3.0 Alpha: steps to reproduce

 1 - Admin store: Stores > Settings > Configuration > Advanced > System > Mail Sending Settings > Return-Path Email - set a different return path email
 2 - Place an order
 3 - Look for ´Return-Path: <new return path email>' in the email

Originally posted by @Filipe-Bicho at zendframework/zend-mail#215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Author Updates Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant