Jump to content
  • 0

Email Template From Addresses


Question

10 answers to this question

Recommended Posts

  • 0
Posted

Ok, I updated my hostname under Settings -> System -> Companies but the email templates still are showing the old email.

 

They don't update. You have to do it one by one :) I had fun doing it for a customer once  :D.

  • 0
Posted

Damn.... how annoying! :( I assume it can be done via the database via a SQL query?

 

Not sure it's not recommended to touch the database, but it won't take long manually, if it's a clean installation being set-up you could re-install using the new hostname.

  • 0
Posted

Not sure it's not recommended to touch the database, but it won't take long manually, if it's a clean installation being set-up you could re-install using the new hostname.

 

It is, but I've already been through all the settings and don't wanna do it again.

 

Looked at the database and this seems like it would do the trick:

UPDATE `emails` SET `from`='myemail@mydomain.com' WHERE `from`='myemail@www.mydomain.com'

Just not sure if anything else would need to be updated as well?

  • 0
Posted

It is, but I've already been through all the settings and don't wanna do it again.

 

Looked at the database and this seems like it would do the trick:

UPDATE `emails` SET `from`='myemail@mydomain.com' WHERE `from`='myemail@www.mydomain.com'

Just not sure if anything else would need to be updated as well?

 

That would be the only place but are you using the same email for everything?

  • 0
Posted

I would (and did) it via the database method as well, doesn't hurt anything as a quick change.

 

I still went through to some of the templates to update the actual email though (support, billing, etc), but at least the domain itself was correct.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...