Edit: My title might not be clear. This could apply to anything from a domain not registered yet, not propagated yet, or even testing complex mail routing issues. We want to send a message directly to the mailbox and rule out domain or routing problems. Thanks in advance!
If there’s no MX record in DNS, the mail won’t even leave the server. And if the domain isn’t registered, there won’t be an MX record in DNS either. So, no, the email won’t be sent.
Elaina said:
If there’s no MX record in DNS, the mail won’t even leave the server. And if the domain isn’t registered, there won’t be an MX record in DNS either. So, no, the email won’t be sent.
This isn’t about testing if mail leaves the server. It’s about checking if the server accepts mail. The sending account could be something like “abc123@hotmail.com” for all I care.
I’m troubleshooting an issue with odd mail routing (split server setup) that customer.com has, and I need to bypass that weird configuration to check if the user’s mailbox is accepting mail—without messing up 30 other accounts on the server.
The domain is set up on the server. Is there an address I can send mail to from a Gmail, Yahoo, or Hotmail account that will get to the user@customer.com mailbox on hostingcompany.com’s mail server?
@JakeWebb
If you just need to confirm the mailbox accepts mail, you could try using telnet to directly communicate with the mail server and send email that way.