Skip to content

Instantly share code, notes, and snippets.

@hoco
Created June 19, 2012 07:02
Show Gist options
  • Select an option

  • Save hoco/2952704 to your computer and use it in GitHub Desktop.

Select an option

Save hoco/2952704 to your computer and use it in GitHub Desktop.
telnetでメール送信
# telnet mailsrv 25
HELO mailsrv
MAIL FROM: foo@bar.com
RCPT TO: foo@bar.com
DATA
subject: test
from: foo@bar.com
to: foo@bar.com
Hello world.
.
QUIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment