Skip to content

Instantly share code, notes, and snippets.

@s-aska
Created October 5, 2011 02:43
Show Gist options
  • Save s-aska/1263500 to your computer and use it in GitHub Desktop.
Save s-aska/1263500 to your computer and use it in GitHub Desktop.
root@www5009u:~# telnet alt1.gmail-smtp-in.l.google.com 25
Trying 74.125.45.27...
Connected to alt1.gmail-smtp-in.l.google.com.
Escape character is '^]'.
220 mx.google.com ESMTP i3si99031yhk.16
HELO
250 mx.google.com at your service
MAIL FROM:<root@localhost>
250 2.1.0 OK i3si99031yhk.16
RCPT TO:<s.aska.org@gmail.com>
250 2.1.5 OK i3si99031yhk.16
data
354 Go ahead i3si99031yhk.16
hoge
.
250 2.0.0 OK 1317782574 i3si99031yhk.16
quit
221 2.0.0 closing connection i3si99031yhk.16
Connection closed by foreign host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment