gutterboy Posted September 3, 2014 Report Posted September 3, 2014 Just wondering, why does Blesta show our from address by default as: "billing@www.mydomain.com.au" Shouldn't it strip out the "www." portion? Quote
0 domaingood Posted September 3, 2014 Report Posted September 3, 2014 Hello gutterboy Please change your host name www.yourdomain.com to yourdomain.com that's all Quote
0 gutterboy Posted September 3, 2014 Author Report Posted September 3, 2014 Where in the settings do I find that? Thanks! Quote
0 gutterboy Posted September 3, 2014 Author Report Posted September 3, 2014 Ok, I updated my hostname under Settings -> System -> Companies but the email templates still are showing the old email. Quote
0 Michael Posted September 3, 2014 Report Posted September 3, 2014 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 . Quote
0 gutterboy Posted September 3, 2014 Author Report Posted September 3, 2014 They don't update. You have to do it one by one I had fun doing it for a customer once . Damn.... how annoying! I assume it can be done via the database via a SQL query? Quote
0 Michael Posted September 3, 2014 Report Posted September 3, 2014 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. Quote
0 gutterboy Posted September 3, 2014 Author Report Posted September 3, 2014 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? Daniel B 1 Quote
0 Michael Posted September 3, 2014 Report Posted September 3, 2014 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? Quote
0 gutterboy Posted September 3, 2014 Author Report Posted September 3, 2014 That would be the only place but are you using the same email for everything? Probably not, that's why I I used the WHERE filter. Quote
0 Daniel B Posted September 3, 2014 Report Posted September 3, 2014 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. Quote
Question
gutterboy
Just wondering, why does Blesta show our from address by default as:
"billing@www.mydomain.com.au"
Shouldn't it strip out the "www." portion?
10 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.