Skip to content

Instantly share code, notes, and snippets.

@prologic
Created July 25, 2015 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/66cc98205e1d63f57f33 to your computer and use it in GitHub Desktop.
Save prologic/66cc98205e1d63f57f33 to your computer and use it in GitHub Desktop.
prologic@daisy
Sat Jul 25 23:50:49
~/work/circuits
$ telnet localhost 2500
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 daisy.local 0.0.1
HELO localhost
250 daisy.local
MAIL FROM:<prologic@localhost>
250 Ok
RCPT TO:<prologic@localhost>
250 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
Subject: test
Hi there!
.
250 Ok
QUIT
221 Bye
Connection closed by foreign host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment