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

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...