How the First Email Was Almost Never Sent
Email is so deeply woven into modern life that its underlying machinery has become almost invisible. A job offer, password reset, school announcement, family photograph or legal document can cross the world in seconds. Yet network email did not begin with a polished product launch, a memorable slogan or a dramatic message announcing the arrival of a new age. It emerged from a practical programming experiment conducted on two computers sitting near each other in the early 1970s.
The familiar version of the story is sometimes embellished with claims that engineer Ray Tomlinson hesitated before sending the first message or nearly abandoned the idea altogether. There is no strong historical evidence for that dramatic scene. The documented story is quieter—and arguably more revealing. Tomlinson combined existing programs, tested whether a message could travel from one networked computer to another and created an addressing convention that still shapes digital communication today.
Email Before Network Email
To understand Tomlinson’s contribution, it helps to know that he did not create electronic messaging from nothing. During the 1960s, large time-sharing computers allowed multiple people to use the same machine through separate terminals. Some systems included commands that let one user leave a digital message for another user who had an account on that computer.
One important example was the Compatible Time-Sharing System, or CTSS, developed at the Massachusetts Institute of Technology. Its users could exchange messages through a shared central machine. These early systems introduced ideas that remain familiar today: personal mailboxes, stored messages and communication that did not require the recipient to be online at the same moment as the sender.
The limitation was location. A message addressed to another user of the same computer did not need to cross a network. It was closer to leaving a note in another person’s compartment inside one enormous digital filing cabinet. The next challenge was to deliver that note to a mailbox stored on a different machine.
Ray Tomlinson and the ARPANET Experiment
Raymond Samuel Tomlinson was an engineer at Bolt Beranek and Newman, commonly known as BBN. The company played a major role in building the ARPANET, an experimental packet-switching network funded by the United States Advanced Research Projects Agency. ARPANET connected research institutions and became one of the most important foundations in the development of the modern Internet.
Tomlinson was working with the TENEX operating system and two existing programs. The first, SNDMSG, allowed a user to add a message to another person’s mailbox on the same computer. The second, CPYNET, could transfer files between computers connected to the ARPANET.
His key insight was to combine their capabilities. If CPYNET could move a file across the network, perhaps SNDMSG could be adapted so that the file being transferred became a message placed in a remote user’s mailbox. In 1971, he modified the software and tested it between two Digital Equipment Corporation PDP-10 computers at BBN.
The computers used for the test were physically close, but the message did not simply move through a cable as a local transfer. It followed the ARPANET’s networking mechanisms from one host to another. The short physical distance was irrelevant. Once the system could identify and reach a separate host, the same principle could work across the network.
Why the @ Symbol Changed Everything
Sending a message to another machine created an addressing problem. A local messaging system only needed a username. Network mail needed two pieces of information: the person receiving the message and the computer where that person’s mailbox could be found.
Tomlinson examined the characters available on his keyboard and chose the @ symbol to separate those two elements. The mark was useful because it was not normally included in usernames and naturally suggested that a person was located “at” a particular host.
user@hostThis structure made an address readable to both humans and computers. The part before the symbol identified the local user, while the part after it identified the destination machine. Domain names would later replace early host names in most public email addresses, but the basic logic survived:
person@example.comThe @ symbol was not invented for email. It had appeared in commerce and accounting for centuries, often meaning “at the rate of.” Tomlinson’s achievement was recognizing that this relatively uncommon keyboard character could clearly express the relationship between a user and a network location. A practical choice made during an engineering experiment became one of the most recognizable symbols of the digital age.
What Did the First Network Email Say?
No verified copy of the first test message survives. Tomlinson explained that he sent numerous trial messages while developing the program and did not know which successful transmission should be treated as the definitive first one. The content may have been a random sequence of keyboard characters, but the frequently repeated claim that it definitely said “QWERTYUIOP” is not established fact.
What the record supports: It was one of several ordinary test messages. Its exact wording was forgotten because the experiment’s technical success mattered more than the text.
That forgotten content offers an important lesson about innovation. Historical breakthroughs do not always arrive with ceremony. During development, the first successful message was simply evidence that the software worked. Its cultural importance became visible only after people began using the system on a larger scale.
After confirming that network mail functioned, Tomlinson sent a more useful announcement to colleagues explaining how to address messages with the new user@host format. The invention then spread through the relatively small ARPANET community.
From Experiment to Essential Network Service
Email solved an immediate problem for researchers working at different institutions. People collaborating through the ARPANET needed an efficient way to exchange questions, technical notes, proposals and updates without arranging a telephone call or waiting for physical mail.
Network email was asynchronous: the recipient did not need to be available when the sender wrote the message. It also created a written record that could be stored, reviewed and forwarded. Those features made it especially valuable to distributed teams.
Its adoption was remarkably fast. By 1973, email reportedly accounted for more than half of the traffic moving across the research-oriented ARPANET. What began as an unassigned experiment had become one of the network’s most heavily used applications.
Standards Made Global Email Possible
Tomlinson’s program demonstrated the core idea, but a worldwide email system required more than one piece of software. Different computers, networks and applications needed common rules so that messages created on one system could be understood and delivered by another.
Engineers developed those rules through technical documents known as Requests for Comments, or RFCs. In 1982, RFC 821 formally described the Simple Mail Transfer Protocol, better known as SMTP. Its purpose was to transfer mail reliably between computer systems. RFC 822, published during the same period, defined a standard structure for text messages, including familiar header fields such as “From,” “To,” “Date” and “Subject.”
These standards have been revised over time. Modern email still uses updated descendants of SMTP and the Internet Message Format, even though today’s messages may also contain formatted text, photographs, documents, calendar invitations and other attachments.
This standardization illustrates a broader truth about the Internet: a useful invention becomes far more powerful when independent systems agree on how to communicate. Email grew not because one company controlled every mailbox, but because shared protocols allowed many organizations and software developers to participate.
How Email Reached the Public
For much of the 1970s and 1980s, email remained closely associated with universities, research institutions, government agencies, technology companies and specialized online services. Most households did not yet own an Internet-connected computer, and using electronic mail could require technical knowledge.
That changed as personal computers became more affordable, commercial networks expanded and Internet service providers reached ordinary consumers. Graphical applications made inboxes easier to navigate, while webmail services eventually allowed users to open messages through a browser instead of relying on a single installed program.
By the mid-to-late 1990s, an email address was becoming a standard part of personal and professional identity. Businesses used email to coordinate work and communicate with customers. Schools distributed materials electronically. Families separated by oceans could exchange messages without international postage or expensive telephone calls.
Email also influenced language and workplace culture. Expressions such as “inbox,” “attachment,” “CC,” “reply all” and “out of office” became part of everyday vocabulary. Written conversations that once took days could now unfold within minutes.
The Unwanted Side of an Open System
The qualities that made email useful also made it vulnerable to abuse. A sender could contact many recipients quickly and at relatively little cost. That efficiency encouraged legitimate newsletters and announcements, but it also enabled unsolicited advertising, deceptive messages and malicious campaigns.
Spam forced email systems to develop increasingly sophisticated defenses. Providers introduced filtering tools, reputation systems, authentication standards and automated methods for identifying suspicious content. Users learned to watch for forged addresses, dangerous attachments and links designed to steal passwords or financial information.
Email security is particularly difficult because the original system grew in a smaller research environment where participants generally knew and trusted one another. Modern email operates across an enormous global network containing billions of users, automated systems and potentially hostile actors. Features that once encouraged openness now have to be balanced with identity verification, encryption, privacy and fraud prevention.
What Happens After You Press Send?
A modern email may appear to travel instantly, but several coordinated steps occur behind the scenes. The exact process varies by provider, yet a simplified journey looks like this:
- Your email application packages the message with addressing information and other headers.
- Your provider’s outgoing mail server examines the recipient’s domain name.
- Domain Name System records help identify the mail server responsible for that domain.
- Mail servers communicate—usually through SMTP—to transfer the message toward its destination.
- The receiving provider checks the message for spam, malware and authentication problems.
- The accepted message is stored in the recipient’s mailbox and displayed by a webmail service or email application.
The process can involve several systems, security checks and routing decisions, yet it commonly finishes in seconds. That seamless experience rests on decades of engineering, testing and international cooperation.
Why Tomlinson’s Contribution Still Matters
Describing Ray Tomlinson as the sole inventor of every aspect of email would overlook the many programmers and researchers who built earlier messaging systems, established standards and created later features. Technological history is rarely the work of one person.
His specific contribution, however, is clear and foundational. Tomlinson demonstrated practical electronic mail between users on separate networked computers and introduced the user@host addressing convention. He transformed electronic messaging from a local feature of individual machines into a genuinely networked service.
He also showed how major innovations can emerge through recombination. SNDMSG already handled local messages. CPYNET already transferred files. The breakthrough came from recognizing that the capabilities of one program could extend the purpose of another.
That pattern appears throughout technological history. Innovators often succeed not by creating every component from scratch, but by connecting existing tools in a way that solves a previously unresolved problem.
A More Meaningful Lesson Than the Myth
The unsupported tale of an engineer nervously hovering over a send button may sound cinematic, but the documented history offers a more valuable lesson. Tomlinson experimented with an idea that seemed useful, tested it repeatedly and allowed the results to demonstrate its worth.
The first network email did not need an inspiring message. It did not need to predict online commerce, remote work, digital newsletters or global collaboration. It only needed to prove that one person could direct a message to another person on a different computer.
From that modest test came a communication system that has endured through enormous changes in hardware, software and culture. Social networks and messaging applications may attract more attention, but email remains one of the Internet’s most durable foundations. It is widely used for account registration, business records, education, customer service, receipts, official notices and personal correspondence.
The next time you press “send,” consider the layers hidden beneath that ordinary action: early time-sharing systems, ARPANET experiments, the merging of two programs, a carefully chosen symbol and decades of open technical standards. The message may be routine, but the system carrying it is the product of an extraordinary history.
Put Your Knowledge to the Test
Continue exploring technology, history, science and general knowledge through an entertaining daily challenge.
Try a Fun Quiz at Bing Quizzes
