Simple
What is a mail server in simple words
Not magic. Software with a mailbox job.
When you send a letter to a friend, a post office moves it. Email is the same idea with computers. SMTP is the truck between post offices. IMAP is how you open your box and leave letters there. POP is an older way that often downloads and empties the box.
Gmail is a popular mailbox brand. A mail server is the machinery behind any brand address like [email protected]. You can read domain mail inside Gmail and still need the domain's MX set correctly.
Delivery
How email delivery works step by step
- 01 Write
Someone sends to you@yourdomain
Their server asks DNS: who receives mail for this domain?
- 02 MX
DNS returns the mail host
That line is the MX record. Wrong host means a bounce. Same address book as the website: what is a domain.
- 03 Hand off
Servers talk with SMTP
If Cloudflare accidentally proxies mail the wrong way, this step fails. Read what is Cloudflare.
- 04 Inbox
The message is stored or forwarded
Then you read it with IMAP or a webmail screen. Spam filters check proofs next.
MX
What an MX record is
An MX record is a DNS note that says: send mail for this domain to this host. Priority numbers decide the order if there are backups. If MX points at nothing useful, hi@yourbrand never arrives.
I treat MX as part of the origin, not a side errand. The public address on this site is [email protected] because the mailbox has to work.
Trust
SPF, DKIM, and DMARC in plain words
Who is allowed to send as you
A DNS list of servers allowed to send mail using your domain. Missing SPF makes honest mail look suspicious.
A signature on the message
The receiving server checks that the letter was not quietly rewritten. Think of a wax seal that still works on computers.
What to do with fakes
You tell receivers: quarantine or reject mail that fails the checks. That is how brands fight lookalike scams.
Contact forms need the same trust
A vibe coded form that sends mail without these proofs often lands in spam. Hub: what is vibe coding.
Brand
Why businesses need domain email
People trust hello@yourbrand more than a random free inbox. Partners and tools check that the domain can receive mail. A bounce next to a pretty website feels like a closed shop. That trust sits beside how Google ranking works.
I keep domain email honest at EntegrasSources across many hostnames. Record: other work experience and 60+ domains. Full system: how they work together.