Hi
I'm trying to cusomtize the notification emails that are sent to customers when they create an account, purchase a product etc.
Everything is fine, a part from the email they receive has the default email address at the end of the email
e.g.
Dear customer
Welcome to the Online Store.
Thanks for registering with Online Store.
At
www.example.com you can make and track orders online, check your order
history and take a look at reviews of our products.
Its quick and easy to order online. And if you ever need help with an order
you can get in touch with
sales@example.comThanks
Online Store
default@example.comAs you can see, it adds
default@example.com to the emails.
In the db schema there are several entries for this email, but in the main php code, I don't know which i need to remove so the email doesn't show up.
Any ideas?
Thanks