What are incoming vs outgoing mail servers?
Still have a question, spotted an error, or have a better explanation or a source we should cite?
When an email doesn't arrive or lands in spam, the first thing to figure out is which side of the delivery chain caused it. Outgoing servers handle sending from your account to the internet. Incoming servers handle receiving messages on behalf of your subscribers. The problem almost always lives on one specific side, which is why understanding the difference matters when you're troubleshooting.
Your outgoing server uses SMTP (Simple Mail Transfer Protocol) to transmit messages from your email client or ESP to the rest of the world. When you click send, SMTP is the protocol handling the transfer. Your ESP's outgoing servers also carry your authentication credentials (SPF, DKIM, and DMARC records) and maintain the IP reputation that receiving servers use to judge whether your mail should be delivered. This is where deliverability as a discipline actually lives.
The receiving side uses either IMAP (Internet Message Access Protocol) or POP3 (Post Office Protocol) to let email clients retrieve messages from the mailbox server. IMAP is the modern standard: it keeps messages on the server and syncs across all your devices. POP3 downloads and removes messages from the server, so reading on your phone typically means the message won't appear on your laptop. When a subscriber's inbox filters your campaign to spam, that decision is made by their incoming server, run by Gmail, Outlook, Yahoo Mail, or whoever provides their mailbox, based on your outgoing reputation.
For email marketers, the outgoing side is what you can actually influence. Your ESP manages the physical SMTP infrastructure, but your list quality, sending consistency, and authentication setup all shape how your outgoing servers are perceived. Bounce logs in your ESP show outgoing server problems. Spam complaints and inbox placement issues are usually incoming server judgments about your reputation.
If you're troubleshooting deliverability problems or setting up a new sending domain, start with your authentication records. SPF, DKIM, and DMARC are the credentials your outgoing server presents to every incoming server it encounters, and missing or misconfigured records are the most common cause of deliverability problems for legitimate senders.
Contributors
Who worked on this answer
Every name links to their profile. Every company links to their site. Real people, real accountability.