Created
April 28, 2016 05:40
-
-
Save jottr/780fe0487cbb3f1d1723b0fcf72b428e to your computer and use it in GitHub Desktop.
Telnet test
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 smtp.sparkpostmail.com 587 | |
| Trying 52.10.55.4... | |
| Connected to smtp.sparkpostmail.com. | |
| Escape character is '^]'. | |
| 220 2.0.0 smtp.sparkpostmail.com ESMTP ecelerity 4.2.18.54483 r(Core:4.2.18.0) Thu, 28 Apr 2016 05:37:55 +0000 | |
| EHLO smtp.sparkpostmail.com | |
| 250-momentum1.platform1.us-west-2.aws.cl.messagesystems.com says EHLO to 148.251.138.38:51871 | |
| 250-STARTTLS | |
| 250-8BITMIME | |
| 250-PIPELINING | |
| 250-AUTH=LOGIN PLAIN | |
| 250-AUTH LOGIN PLAIN | |
| 250 ENHANCEDSTATUSCODES | |
| AUTH LOGIN | |
| 334 VXNlcm5hbWU6 | |
| U01UUF9JbmplY3Rpb24= | |
| 334 UGFzc3dvcmQ6 | |
| Base64encoded_API_KEY== | |
| 235 2.0.0 Authed. Go on. | |
| MAIL FROM: noreply@mein-grundeinkommen.de | |
| 250 2.0.0 MAIL FROM accepted | |
| RCPT TO: foo@bar.com | |
| 250 2.0.0 RCPT TO accepted | |
| DATA | |
| 354 3.0.0 continue. finished with "\r\n.\r\n" | |
| Subject: Hello from Telnet | |
| TEST | |
| . | |
| 550 5.6.0 No Sending Domain found in From header |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment