Closed
Description
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 | [email protected] |
| system/smtp/set_return_path | default | 0 | 2 |
+-------------------------------+---------+----------+------------------+
In this case the system/smtp/return_path_email
address "[email protected]
" is not used with outgoing transport.
The behavior is reproducible and was reproduced in Magento 2.1.3 and 2.1.4 clean instances.
- Reference: Magento Support Ticket #03200026