Jump to content
  • 0

Change System E-Mail Address?


Question

Posted

Our system seems to be sending from @our-ip and this is causing e-mails to fail. I can't figure out how to change this so it sends from @ourdomain.com. Any ideas? I've gone through most of the settings and I'm thinking I'll need to pop into MySQL to find this.

7 answers to this question

Recommended Posts

  • 0
Posted

Our system seems to be sending from @our-ip and this is causing e-mails to fail. I can't figure out how to change this so it sends from @ourdomain.com. Any ideas? I've gone through most of the settings and I'm thinking I'll need to pop into MySQL to find this.

 

What's the email addresses on the templates? Settings > Company > Emails > edit.

If they are all incorrect you can do the following: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/267/how-to-change-all-the-emails-from-subdomains/11/

  • 0
Posted

Just a small update, you also need sales@domain.com to update.

 

Also, using PHPMyAdmin on production is probably a bad idea.

 

:) yeah you can edit the templates as you need, but that's easier than updating every one straight away :P

  • 0
Posted (edited)

:) yeah you can edit the templates as you need, but that's easier than updating every one straight away :P

 

One more thing. from is a reserved word in MySQL. @Paul, bad Paul.

 

You'll need to use `from` to properly edit them.

 

Edit:

UPDATE emails SET `from`="sales@domain.com" WHERE `from`="sales@whatever"
Edited by Steven F
  • 0
Posted

 

One more thing. from is a reserved word in MySQL. @Paul, bad Paul.

 

You'll need to use `from` to properly edit them.

 

Edit:

UPDATE emails SET `from`="sales@domain.com" WHERE `from`="sales@whatever"

 

Ah so you did sales@whatever to the sales@domain.com and billing@whatever to billing@domain.com that's a good way to do it :D

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...