Jump to content

Email id for Contact Us page


raunhar

Recommended Posts

You can go to the Customers > Contacts tab to create multiple contacts with different email addresses. The customer can then select the contact they want in the dropdown on the contact page and the email will be sent to the appropriate email address.

Link to comment
Share on other sites

Why exactly are you wanting to do this? Are you trying to send a copy of all emails to yourself as a backup? In that case, you could add yourself as a BCC so you get the email, but customers won't see your email address. For example, you could override classes/Mail.php and change line 193 (in PrestaShop v1.6.1.7) from:

                $message->addTo($addr, $to_name);

to:

                $message->addTo($addr, $to_name);
                $message->addBcc('[email protected]', 'Your Name');
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...