Created
July 1, 2014 05:24
-
-
Save Ch00k/bcf3d0cdc699e66c9b7b 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
| [ruby-2.1.0] ~ $ telnet in-v3.mailjet.com 587 | |
| Trying 5.135.135.65... | |
| Connected to in-v3.mailjet.com. | |
| Escape character is '^]'. | |
| 220 srv26.mailjet.com ESMTP Mailjet | |
| auth login | |
| 334 VXNlcm5hbWU6 | |
| <username bas64> | |
| 334 UGFzc3dvcmQ6 | |
| <password base64> | |
| 235 2.7.0 Authentication successful | |
| mail from:noreply@indigitus.ch | |
| 250 2.1.0 Ok | |
| rcpt to:ay@minuteware.net | |
| 250 2.1.5 Ok | |
| data | |
| 354 End data with <CR><LF>.<CR><LF> | |
| sdf | |
| sfg | |
| sfgd | |
| fgs | |
| fh | |
| . | |
| 250 2.0.0 Ok: queued as 802169600DB | |
| ^] | |
| telnet> Connection closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment