Last modified by Alexandru Pentilescu on 2025/02/09 14:17

From version 8.1
edited by Alexandru Pentilescu
on 2024/05/19 14:28
Change comment: There is no comment for this version
To version 9.1
edited by Alexandru Pentilescu
on 2024/05/19 14:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,6 +5,8 @@
5 5  
6 6  But why do we even need an SMTP server in the first place? Well, we don't really need one but, at the end of the day, it's very handy to have one, nonetheless.
7 7  
8 +{{toc/}}
9 +
8 8  = How does email work?=
9 9  Email works on different levels but the general gist of it is that it all boils down to SMTP servers acting as the backbone of all email providers.
10 10  SMTP is a protocol that allows email servers to send an email from one another, either encrypted with TLS on port 25 using the STARTTLS command, or even in plaintext.