Skip to main content

allow primary domain delivery with remote mail exchanger

Comments

4 comments

  • cPRex Jurassic Moderator
    Hey there! Can you clarify what is sending the emails? If it's a PHP form, it would likely be best to adjust the form sending details so it authenticates and uses the email address/user of your choice.
    0
  • Joe88
    Yes its just a php form, I was hoping there was a setting somewhere to allow smtp relay. Would this work if we set it as a backup mail exchanger? Would we need to update the cpanel dns mx record for that to work?
    0
  • cPRex Jurassic Moderator
    I'm not sure how a backup mail exchanger would work for this scenario. It's your server that is sending the mail, so it would all be going through Exim unless you setup a smarthost of some sort. It would be easier to modify the PHP code to authenticate properly. A basic example of how this works can be found here: How to Send PHP Mail with Authentication - Knowledgebase - Utiware Web Hosting
    0
  • Joe88
    ok thx I guess we'll look into using a different smtp server
    0

Please sign in to leave a comment.