Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing sender's email address in Magento

Right now when Magento sends new account confirmation, order details, etc. to customers, it goes out from [email protected]. We'd like to send it from [email protected]. How to achieve this?

like image 866
ekalaivan Avatar asked Dec 09 '10 11:12

ekalaivan


People also ask

How do I change my email name in Magento 2?

In admin, go to System > Manage Stores . Click on the Store Name (middle column) entry for your store and edit the name.

How do I change my contacts in Magento 2?

Customize the Contact Us Page in Magento 2 Navigate to Content > Blocks and find the Contact Us Info block. 2. Add the changes you need to the content of the page and Save the block. After you apply the changes, the Contact Us page will be different based on your configurations.


1 Answers

Go here

system->configuration->store email addresses 

here you can find email addresses of General contacts, Sales Representative etc.

Change the email addresses here and

system->configuration->Sales Emails 

Select the sender here it will change the sender email for all Sales Emails

and now go to system->configuration->customer configuration to change the new account email sender etc.

Thanks

like image 103
Shakti Singh Avatar answered Sep 19 '22 16:09

Shakti Singh