{"id":145,"date":"2008-09-24T14:56:24","date_gmt":"2008-09-24T19:56:24","guid":{"rendered":"http:\/\/it.thelibrarie.com\/weblog\/?p=145"},"modified":"2008-09-24T14:56:24","modified_gmt":"2008-09-24T19:56:24","slug":"test-smtp-using-telnet","status":"publish","type":"post","link":"https:\/\/it.thelibrarie.com\/weblog\/2008\/09\/test-smtp-using-telnet\/","title":{"rendered":"Test SMTP Using Telnet"},"content":{"rendered":"<p>I&#8217;ve been using this more and more and have finally memorized most (if not all) of it.  But this is for those of us who don&#8217;t really like to remember useless information.<\/p>\n<p>Start -> Run -> CMD<br \/>\n<code>telnet<\/code><br \/>\n<code>open mail.mailserver.tld 25<\/code><br \/>\nAt this point the server should respond with a 220 mail.mailserver.tld ESMTP Mail Service.<br \/>\n<code>ehlo test.com<\/code><br \/>\nThe server then should respond with 250 mail.mailserver.tld along with all the supported features of the mail server<br \/>\n<code>mail from:tester@test.com<\/code><br \/>\n250 Sender OK<br \/>\n<code>rcpt to: admin@test.com<\/code><br \/>\nAt this point, the server should say 554 Relay access denied.  This means your server is not an open relay.<br \/>\n<code>rcpt to: actualemailaddress@mailserver.tld<\/code><br \/>\n250 Recipient OK<br \/>\n<code>data<\/code><br \/>\n354 Start Mail input; end with CRLF.CRLF<br \/>\n<code>subject: subjecthere<\/code><br \/>\nYou&#8217;ll have to hit enter twice after the subject, then go on and type the body.<br \/>\n<code>body here.<\/code><br \/>\nNote the . at the end &#8211; you&#8217;ll have to type a return and another . to finish.<br \/>\nThen there should be a server response 250 Queued mail for delivery.  You can quit now.<br \/>\n<code>quit<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve been using this more and more and have finally memorized most (if not all) of it. But this is for those of us who don&#8217;t really like to remember useless information. Start -> Run -> CMD telnet open mail.mailserver.tld 25 At this point the server should respond with a 220 mail.mailserver.tld ESMTP Mail Service. &hellip; <a href=\"https:\/\/it.thelibrarie.com\/weblog\/2008\/09\/test-smtp-using-telnet\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Test SMTP Using Telnet<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7,8,1],"tags":[],"class_list":["post-145","post","type-post","status-publish","format-standard","hentry","category-linux","category-microsoft","category-miscellaneous"],"_links":{"self":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/comments?post=145"}],"version-history":[{"count":1,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/145\/revisions"}],"predecessor-version":[{"id":146,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/posts\/145\/revisions\/146"}],"wp:attachment":[{"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/media?parent=145"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/categories?post=145"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it.thelibrarie.com\/weblog\/wp-json\/wp\/v2\/tags?post=145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}