Created
July 20, 2009 19:18
-
-
Save craigw/150559 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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