technologybriefs
9:52in productionCh. 1 · No network, no mail/ 9:52 · ceiling 15 min
Internet culture · Software

Ray Tomlinson

Email wasn’t invented to connect people — it was hacked together to make two ARPANET machines talk, and the @ symbol was just the least ambiguous key on the keyboard.

Ray Tomlinson’s 1971 email system was a minimal, functional patch: SNDMSG + CPYNET + @. It solved one narrow problem — inter-host messaging — and nothing else. Its endurance comes from its parsimony, not its ambition.

Chapters & takeaways4
  1. 0:54
    No network, no mail

    Before 1971, email didn’t exist across machines — only within them.

  2. 2:52
    A hack, not a launch

    Tomlinson spliced CPYNET into SNDMSG and tested it on two side-by-side computers.

  3. 4:06
    @ was a placeholder, not a promise

    He chose @ because it was unused in usernames or hostnames — and it stuck.

  4. 5:58
    The first inter-host message

    This was the first system that let users on different ARPANET hosts exchange messages.

Worth your time?

Yes. Study the whole thing.

4.5/ 5
What works
  • inter-host message routing
  • user@host address resolution
  • reliable delivery over ARPANET
What does not
  • enable encryption
  • support attachments
  • provide search or threading
  • include spam filtering
Study it if
  • network protocol designers
  • historians of computing
  • developers working with identity systems
Skip it if
  • end users seeking tools
  • product managers evaluating features
  • security engineers assessing threat models
The written brief1 min read

What it is and the problem it solves

It is the first working implementation of networked email. It solved the problem of sending messages between users on different computers — a limitation that previously confined mail to single machines.

How it works

Tomlinson adapted the local messaging program SNDMSG by incorporating CPYNET’s network-copying code. This allowed messages to traverse ARPANET between different host computers. He introduced user@host addressing using the @ symbol to specify destination machines.

What works

Messages sent between ARPANET hosts arrived reliably. The user@host syntax worked immediately and remains universal. The integration of CPYNET into SNDMSG proved cross-host messaging was technically feasible and operationally simple.

What does not

It did not enable real-time delivery, encryption, attachments, threading, search, or spam filtering. It had no user interface beyond command line, no inbox management, and no persistence beyond immediate delivery or local storage.

What it changes

It changed computing from single-machine isolation to inter-host communication. It established the first scalable, location-aware addressing scheme for digital identities on a network.

Is it worth your time

Yes — if you work with networked systems, protocols, or digital identity. It is foundational infrastructure, not a tool to adopt but a mechanism to understand.

Same field · Internet culture2 of 2
Up next in Technology

Richard Stallman

· 9:28

Copyleft is not generosity — it’s copyright weaponised to make freedom non-negotiable.

9:28