How does email work?

So you compose an email on your computer, using an email client like Outlook. You address it to someoneelse@theirdomain.com, and press Send. So what happens next?

1. Your email program sends your mail to the SMTP server where your account is. If you are sending mail to someone else whose mail account is on that server, go to step 7. Otherwise, keep reading.
2. The SMTP server breaks the address someonelse@theirdomain.com into two parts: someonelse (the account name) and theirdomain.com (the domain). The SMTP server then contacts a DNS (domain name service)server, and asks for the IP address where theirdomain.com is located.
3. The DNS server sends the address back to the SMTP server.
4. The SMTP server then sends the email message to the SMTP server where theirdomain.com is located.
5. The second SMTP server delivers the email message to someonelse's account on the POP3 or IMAP server.
6. Someonelse logs on to their computer and opens their email client. Their email client requests the POP3 or IMAP server to send all email from their account to their computer.
7. If you are sending email to someone whose account resides on the same set of mail servers, the SMTP server will simply direct the mail to the local POP3 or IMAP server, where it will be delivered to the appropriate account.

Was this answer helpful?

 Print this Article

Also Read

How do I get people to visit my site?

1. Visit each of the major search engines that you know about, and submit your URL. Most of...

How to keep my account secure from hacking?

Here are some tips to keep your site secure. This was primarly written in response to a hacked...

How do I upload to a sub-domain?

It's exactly the same as uploading to a regular domain. The only difference is you should put...

How do I redirect one domain to another?

Place this meta script in your page you want to redirect. Script for redirect:...

How does the Internet work?

A network is a group of computers that are connected and can communicate with one another. "The...