chrisfornos Posted November 26, 2014 Share Posted November 26, 2014 Hi Guys, Does anyone know how to change the "from" email address in the default theme? The problem is that a user needs to enter his email address and then the email is actually sent to me using his email address in the form. This causes emails to go to spam and for some cases, like yahoo addresses, to fail completely. So I want to keep the "reply-to" as their entered email address but i want the actual email from the contact form to be sent by one of my own store email addresses. Any ideas? Link to comment Share on other sites More sharing options...
bellini13 Posted November 26, 2014 Share Posted November 26, 2014 you can override the Mail class Send function, so that all mail is sent from your shop's configured email address. To include a reply-to would be more involved coding Link to comment Share on other sites More sharing options...
chrisfornos Posted November 26, 2014 Author Share Posted November 26, 2014 Thanks for replying. Is there no easier way to do this? I dont want to break any functionality because currently for example, when an email comes in, I can reply to the customer's email address (so it uses the "reply-to" and not the "from"). I thought maybe there would be a way to set this in the backoffice interface by going to "customers -> Customer Services" and editing the "IMAP" section. Do you know what that section is for? Or is it something totally unrelated ... Link to comment Share on other sites More sharing options...
bellini13 Posted November 26, 2014 Share Posted November 26, 2014 The IMAP section allows you to use an email account to send/receive customer service emails, as opposed to having all of the customer threads only managed in the database. The only way to force the FROM is as I have described. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now