cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the return-path email within Magento2

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How to change the return-path email within Magento2

How to change the return-path email within Magento2

Return-Path: <www-data@magento>

 to

info@mydomain.com

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How to change the return-path email within Magento2

The problem has been corrected in

 

Postfix mail server

cd /etc/postfix 
nano main.cf
myorigin = my.com
myhostname = my.com

 

View solution in original post

1 REPLY 1

Re: How to change the return-path email within Magento2

The problem has been corrected in

 

Postfix mail server

cd /etc/postfix 
nano main.cf
myorigin = my.com
myhostname = my.com