What's the difference between SMTP server and SMTP Relay?
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Take control of your privacy with Proton's trusted, Swiss-based, secure services.
Choose what you need and safeguard your digital life:
Mail: https://go.getproton.me/SH1CU
VPN: https://go.getproton.me/SH1DI
Password Manager: https://go.getproton.me/SH1DJ
Drive: https://go.getproton.me/SH1CT
Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Meditation
--
Chapters
00:00 What'S The Difference Between Smtp Server And Smtp Relay?
00:25 Accepted Answer Score 18
01:23 Thank you
--
Full question
https://superuser.com/questions/1098413/...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#smtp #googleworkspace #terminology
#avk47
ACCEPTED ANSWER
Score 18
Their functions are mainly the same, but the subtle differences are based on where they are located in the mailchain, hence they support sligtly different usages.
SMTP Server is somewhat generic and can mean any server utilizing the SMTP protocol. However, in this context, it means the server to which a mail client (for example Thunderbird) connects to to send the mail. In additionally to being the first point through which the mail passes, it is also usually the last, as SMTP servers are responsible for delivering the mail to a mailbox (POP3 or IMAP, usually).
SMTP Relay is a more specific term. Think of it like a post office sorting facility - It deals with mail coming from other servers, such as the SMTP server above. It then passes it on in the right direction to other SMTP servers.
To simply be able to send the mail, you do not need a relay server. Additionally, it is recommended to not allow relaying unless you really need to, as an SMTP relay can be abused by spammers.