Skip to content

Instantly share code, notes, and snippets.

@craigw
Created July 20, 2009 19:18
Show Gist options
  • Select an option

  • Save craigw/150559 to your computer and use it in GitHub Desktop.

Select an option

Save craigw/150559 to your computer and use it in GitHub Desktop.
telnet mx1.xeriom.net smtp
Trying 193.219.108.242...
Connected to 193.219.108.242.
Escape character is '^]'.
220 mx1.xeriom.net ESMTP Postfix
EHLO my-computer
250-mx1.xeriom.net
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
MAIL FROM: craig@xeriom.net
250 2.1.0 Ok
RCPT TO: craig@emailmyfeeds.com
250 2.1.5 Ok
DATA
354 End data with <CR><LF>.<CR><LF>
TEST!
.
250 2.0.0 Ok: queued as A6EED440BB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment