Skip to content

Instantly share code, notes, and snippets.

@Hamcha
Created September 16, 2016 21:36
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 Hamcha/a3733b49b916a700884b5238cdeb67a6 to your computer and use it in GitHub Desktop.
Save Hamcha/a3733b49b916a700884b5238cdeb67a6 to your computer and use it in GitHub Desktop.
hamcha at DESKTOP-KDSFCTO in /mnt/c/Users/Hamcha
$ nc -C localhost 26
220 localhost ESMTP meiru-SMTPd - Welcome!
MAIL FROM: <hamcha@crunchy.rocks>
503 Rude! 😠 Say HELO/EHLO first!
oops, sorry
502 Command not recognized πŸ˜•
EHLO crunchy.rocks
250-localhost Hello crunchy.rocks [127.0.0.1]! 😊
250-PIPELINING
250 SIZE 10485760
MAIL FROM: <hamcha@crunchy.rocks>
250 OK πŸ‘
RCPT TO: <test@localhost>
250 OK πŸ‘
DATA
354 Fire away! End with <CRLF>.<CRLF>
From: Hamcha <hamcha@crunchy.rocks>
To: Test <test@localhost>
Subject: Hello Wurld
It was typo
it was not
.
250 Your message is on its way! ✈️
QUIT
221 Have a nice day! πŸŽ‰
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment