Skip to main content

Remote Mail Exchanger; Office365

Comments

6 comments

  • ZenHostingTravis
    Hi @moolah, I think you should just have one MX record and it should be set to Remote Mail Exchanger, as you've discovered. You should use an SMTP plugin in Wordpress (if that is your CMS) to relay email via SMTP rather than the PHP mail() function as it's more reliable.
    0
  • cPanelLauren
    Hello, So an MX record determines where mail sent TO your domain is delivered. If you're sending some mail from the server but you have a 3rd party service to handle the rest of mail sending as well as inbound mail, your MX record should definitely be pointing to the remote server.
    I've realized that some incoming email from 3rd parties isn't delivering to my email addresses

    So when this happens, in your case because mail is received remotely, troubleshooting receiving mail needs to be done on the remote server. In a lot of cases they have separate spam detection software which will fail or quarantine mail. But in this instance we wouldn't be able to tell you what happened to the email, since it's all being received to the remote server.
    0
  • moolah
    Thanks for the response Travis. I learned from paid support that I should only have 1 MX record, and after deleting my MX record pointing to my Cpanel hostname, and setting the email routing to Remote Mail Exchanger, the email deliverability problem appeared to be fixed. Regarding relaying via SMTP, do Wordpress plugins that facilitate auto-generated emails (for instance, for website membership welcome emails or form submission responses) use the PHP mail function generally? Cheers, Darren
    Hi @moolah, I think you should just have one MX record and it should be set to Remote Mail Exchanger, as you've discovered. You should use an SMTP plugin in Wordpress (if that is your CMS) to relay email via SMTP rather than the PHP mail() function as it's more reliable.

    0
  • moolah
    Thanks Lauren, Is it standard practice for these forum posts to be throttled for a day or so to encourage Cpanel users to resort to the faster paid support requests? My initial post wasn't approved until after more than a day, after I had already ended up requesting paid support.
    Hello, So an MX record determines where mail sent TO your domain is delivered. If you're sending some mail from the server but you have a 3rd party service to handle the rest of mail sending as well as inbound mail, your MX record should definitely be pointing to the remote server. So when this happens, in your case because mail is received remotely, troubleshooting receiving mail needs to be done on the remote server. In a lot of cases they have separate spam detection software which will fail or quarantine mail. But in this instance we wouldn't be able to tell you what happened to the email, since it's all being received to the remote server.

    0
  • cPanelLauren
    Thanks Lauren, Is it standard practice for these forum posts to be throttled for a day or so to encourage Cpanel users to resort to the faster paid support requests? My initial post wasn't approved until after more than a day, after I had already ended up requesting paid support.

    I'm unsure how you would come to that assumption namely because cPanel offers free support. The only instance in which you would pay would be if you chose to purchase priority support, which is entirely up to you to do. We do require approval for new users to post and while I do see that you waited some time to have your post approved it was not a day. Furthermore, once you've been posting for some time you will not have to have your posts moderated as this is just a measure to weed out spam and has absolutely nothing to do with the availability of support. I will also note that should you feel that you need immediate support the forums is not the best place for this. Anytime you believe you need immediate support you should open a ticket with cPanel support which, again does not require payment.
    0
  • ZenHostingTravis
    Thanks for the response Travis. I learned from paid support that I should only have 1 MX record, and after deleting my MX record pointing to my Cpanel hostname, and setting the email routing to Remote Mail Exchanger, the email deliverability problem appeared to be fixed. Regarding relaying via SMTP, do Wordpress plugins that facilitate auto-generated emails (for instance, for website membership welcome emails or form submission responses) use the PHP mail function generally? Cheers, Darren

    Hi Darren, Thanks for the update. Glad to hear the email deliverability problem has been resolved. Like @cPanelLauren said, you shouldn't need to pay unless you requested priority support. In response to your question, Wordpress uses PHP mail () by default. You should install an SMTP plugin if you want to use SMTP instead and I highly encourage you to.
    0

Please sign in to leave a comment.