Table of Contents

About

This page gives you the foundations of the email system.

At the end, you should be able to understand why when you configure your email client, you need to set up:

How is an email delivered?

If you want to deliver an email to [email protected], you need to:

An mailbox (inbox) may be:

  • local linux storage
  • an imap server
  • a rest api
  • or any supported sink

From a processing point of view, filters (such as forward it, reject) can be applied:

If you do that from your home, you may encounter the following problems:

That's why most of the time people send their emails from a fixed SMTP server known as a MTA (Message Transfer Agent)

From your desktop client configuration, Emails are:

How do you read your email?

Your emails are read from the inbox via a Pop/Imap server and transmitted to your desktop client.