We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Settings in the adminhtml backend regarding the outgoing mail messages return-path are ignored when Magento initiates the mail transport.
+-------------------------------+---------+----------+------------------+ | Path | Scope | Scope-ID | Value | +-------------------------------+---------+----------+------------------+ | system/smtp/return_path_email | default | 0 | info@example.com | | system/smtp/set_return_path | default | 0 | 2 | +-------------------------------+---------+----------+------------------+
In this case the system/smtp/return_path_email address "info@exa.net" is not used with outgoing transport.
system/smtp/return_path_email
info@exa.net
The behavior is reproducible and was reproduced in Magento 2.1.3 and 2.1.4 clean instances.
The text was updated successfully, but these errors were encountered:
Refs:
Sorry, something went wrong.
Hi @tkn98 We are closing thic ticket now as mentioned fix is already released with 2.2.0. Thank you
Merge pull request #8543 from magento-gl/bluetooth_delivery
bc1c7ba
[Bluetooth] Pull Requests delivery
No branches or pull requests
Settings in the adminhtml backend regarding the outgoing mail messages return-path are ignored when Magento initiates the mail transport.
In this case the
system/smtp/return_path_email
address "info@exa.net
" is not used with outgoing transport.The behavior is reproducible and was reproduced in Magento 2.1.3 and 2.1.4 clean instances.
The text was updated successfully, but these errors were encountered: