Insights on the evolution of the internet – How to send an international E-mail Part 2

in #internet6 years ago (edited)

snap (1).jpg


If you saw the Part 1 of the previous video in this series here you can now enjoy more insights and bemusement into our ancient e-mail insights and some comments and factiods.

This is from a series called Database and explores sending email in 1984 and just highlights how far we've come in terms of technology and just how ubiquitous e-mail has become in modern day business and life.

E-mail evolved from ARPANET who used it in network based and was initially exchanged on APRANET as extensions to the FTP but today is carried out by SMTP.

You can test if you email server is up and working correctly using the command line (run as Administrator) and I'll detail the instructions below:

Connect with telnet using the following command:
telnet examplemailserver.com 25

Type ehlo examplemailserver.com. (Some servers also accept helo command in place of ehlo)
ehlo examplemailserver.com

Type mail from: [email protected]:
mail from: [email protected]

Type rcpt to: [email protected], [email protected] (replace with your actual recipient names):
rcpt to: [email protected],[email protected]

To write your message type the data then followed by your subject and message. To end the message, put a period on a line by itself and press enter:

data

Subject: My Telnet Email to Test Service

Hi There,

This is a test email sent by using telnet to test the mail server.

Thanking you kindly,
Myself

.

Type quit to exit telnet.

How to Check for an email with Telnet

Open your command prompt.
At the command prompt, type in
telnet examplemailserver.com 110
Type user and the email address ([email protected]) of the user for which you wish to view emails:
user [email protected]
Then type in pass followed by your password:
pass yourpasswordgoeshere
Type list to bring up a list of your emails:
list
You will see a list of items with labels like "1 1777" and "2 5236." Here is an example:
list
+OK POP3 clients can break here as they violate STD53.
1 497
1 1777
3 1384
7 2673
5 2595
2 5136
7 3609
8 3253
.
If you wish to read an email message such as 1 1777, you can type the following:
retr 2
If you want to delete a message such as 1 497, type dele 1:
dele 1
When you're done checking your email you can type quit.


Rererences

Thames Television - Database

▶️ DTube
▶️ IPFS


Coin Marketplace

STEEM 0.28
TRX 0.11
JST 0.031
BTC 68625.09
ETH 3746.53
USDT 1.00
SBD 3.76