Magento Tutorials

Configure Contact Us Form and Contact Email Address in Magento 2

In Magento 2, there’s a “Contact Us” link at the footer of the website

contact us

which leads customers to this page:

contact us page

allowing customer to send store owner their questions/comments and leave their contact information to receive the answer later on.

By default, the store contact email address is [email protected]. You can easily configure this email address by following these steps:

  1. Log in to your Magento 2 backend
  2. On the left menu, go to Stores > SettingsConfiguration
    configuration menu
  3. Under General section, select Contacts
    contacts settings
  4. Uncheck the boxes “Use system value” at each line where you want to use your own information instead of Magento default one.
    Edit Contact Form
    Enable Contact Us: select “Yes” to show the Contact Us link on website frontend
    Send Emails To: The email address to receive customer’s message
    Email Sender: The email address from which customer will receive an instant reply when they successfully submit their message
    Email Template: The email content of the instant reply above. (To edit this email content, go to Content > Elements > Blocks and select Edit on “Contact us info” item)
  5. Finally, click Save Config.

See also:
Change Order Status in Magento 2
How to Change Welcome Message in Magento 2

Dom

A knowledge craver who always strive to be wiser everyday.