{"id":2160,"date":"2017-08-21T00:00:00","date_gmt":"2017-08-21T00:00:00","guid":{"rendered":"https:\/\/www.mailboxvalidator.com\/resources3\/articles\/smtp-commands-rfc\/"},"modified":"2017-08-21T00:00:00","modified_gmt":"2017-08-21T00:00:00","password":"","slug":"smtp-commands-rfc","status":"publish","type":"docs","link":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/","title":{"rendered":"SMTP commands according to RFC"},"content":{"rendered":"<div class=\"headline\">\n<h2><a href=\"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-post-mid wp-image-1137\" src=\"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc-600x300.png\" alt=\"SMTP commands according to RFC\" width=\"600\" height=\"300\" srcset=\"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc-600x300.png 600w, https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc-300x150.png 300w, https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc-1024x512.png 1024w, https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc-768x384.png 768w, https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc-50x25.png 50w, https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc-920x460.png 920w, https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc-320x160.png 320w, https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc.png 1200w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/h2>\n<h2>What is SMTP?<\/h2>\n<\/div>\n<p>Simple Mail Transfer Protocol (SMTP) is an Internet standard for sending emails. The original specifications for SMTP was published under RFC 821 in 1982. Later on, additional specifications were introduced under RFC 5321. SMTP by default uses TCP port 25 but may also use port 587. If SSL is used to secure the SMTP transmission then the default port is 465.<\/p>\n<div class=\"headline\">\n<h2>SMTP commands<\/h2>\n<\/div>\n<p>When you send an email, you are actually sending a bunch of commands to the SMTP server. Below are some of the commands that the SMTP server can recognize:<\/p>\n<div class=\"smtpcommands\">\n<div class=\"command\"><strong>HELO<\/strong><\/div>\n<div class=\"explain\">Specify your domain name so that the mail server knows who you are.<\/div>\n<div class=\"explain\">E.g. HELO example.com<\/div>\n<div class=\"command\"><strong>MAIL<\/strong><\/div>\n<div class=\"explain\">Specify the sender email.<\/div>\n<div class=\"explain\">E.g. MAIL FROM: &lt;example@example.com&gt;<\/div>\n<div class=\"command\"><strong>RCPT<\/strong><\/div>\n<div class=\"explain\">Specify the recipient. Issue this command multiple times if you have more than one recipient.<\/div>\n<div class=\"explain\">E.g. RCPT TO: &lt;example2@example.com&gt;<\/div>\n<div class=\"command\"><strong>DATA<\/strong><\/div>\n<div class=\"explain\">Issue this command before sending the body of the message. The message body must end with the following five letter sequence: &#8220;rn.rn.&#8221;<\/div>\n<div class=\"command\"><strong>QUIT<\/strong><\/div>\n<div class=\"explain\">Terminates the conversation with the server.<\/div>\n<div class=\"command\"><strong>EXPN<\/strong><\/div>\n<div class=\"explain\">Specify that your recipient is a mailing list.<\/div>\n<div class=\"command\"><strong>HELP<\/strong><\/div>\n<div class=\"explain\">Asks for help from the mail server.<\/div>\n<div class=\"command\"><strong>NOOP<\/strong><\/div>\n<div class=\"explain\">Does nothing except to get a response from the server.<\/div>\n<div class=\"command\"><strong>RSET<\/strong><\/div>\n<div class=\"explain\">Aborts the current conversation and start a new conversation.<\/div>\n<div class=\"command\"><strong>SEND<\/strong><\/div>\n<div class=\"explain\">Sends a message to a user&#8217;s terminal instead of a mailbox.<\/div>\n<div class=\"command\"><strong>SAML<\/strong><\/div>\n<div class=\"explain\">Sends a message to a user&#8217;s terminal and to a user&#8217;s mailbox.<\/div>\n<div class=\"command\"><strong>SOML<\/strong><\/div>\n<div class=\"explain\">Sends a message to a user&#8217;s terminal if they are logged on; otherwise, sends the message to the user&#8217;s mailbox.<\/div>\n<div class=\"command\"><strong>TURN<\/strong><\/div>\n<div class=\"explain\">Reverses the role of client and server. This might be useful if the client program can also act as a server and needs to receive mail from the remote computer.<\/div>\n<div class=\"command\"><strong>VRFY<\/strong><\/div>\n<div class=\"explain\">Verifies that a particular user name of a given mail address exists. Not supported by all mail servers.<\/div>\n<\/div>\n<div class=\"headline\">\n<h2>SMTP server replies<\/h2>\n<\/div>\n<p>Every command will receive a reply from the mail server in the form of a three digit code followed by a description. The code is standard but the description may vary between different mail servers. Below are some of the possible codes &amp; their meanings that a mail server may respond with:<\/p>\n<div class=\"smtpcommands\">\n<div class=\"command\">211<\/div>\n<div class=\"explain\">System status or system help reply.<\/div>\n<div class=\"command\">214<\/div>\n<div class=\"explain\">Help message.<\/div>\n<div class=\"command\">220<\/div>\n<div class=\"explain\">Server is ready.<\/div>\n<div class=\"command\">221<\/div>\n<div class=\"explain\">Server transmission ending.<\/div>\n<div class=\"command\">250<\/div>\n<div class=\"explain\">Requested mail action okay, completed.<\/div>\n<div class=\"command\">251<\/div>\n<div class=\"explain\">Specified user is not local, but the server will forward the mail message.<\/div>\n<div class=\"command\">354<\/div>\n<div class=\"explain\">This is a reply to the DATA command. After getting this, start sending the body of the mail message, ending with &#8220;rn.rn.&#8221;<\/div>\n<div class=\"command\">421<\/div>\n<div class=\"explain\">The mail service is unavailable. Try again later.<\/div>\n<div class=\"command\">450<\/div>\n<div class=\"explain\">The recipient mailbox is busy. Try again later.<\/div>\n<div class=\"command\">451<\/div>\n<div class=\"explain\">The requested action was not done. Some error occurred in the mail server.<\/div>\n<div class=\"command\">452<\/div>\n<div class=\"explain\">The requested action was not done. The mail server ran out of system storage.<\/div>\n<div class=\"command\">500<\/div>\n<div class=\"explain\">The last command contained a syntax error or the command line was too long.<\/div>\n<div class=\"command\">501<\/div>\n<div class=\"explain\">The parameters or arguments in the last command contained a syntax error.<\/div>\n<div class=\"command\">502<\/div>\n<div class=\"explain\">The mail server has not implemented the last command.<\/div>\n<div class=\"command\">503<\/div>\n<div class=\"explain\">The last command was sent out of sequence. For example, you might have sent DATA before sending RECV.<\/div>\n<div class=\"command\">504<\/div>\n<div class=\"explain\">One of the parameters of the last command has not been implemented by the server.<\/div>\n<div class=\"command\">550<\/div>\n<div class=\"explain\">The recipient mailbox is not found, no access, or command rejected for policy reasons<\/div>\n<div class=\"command\">551<\/div>\n<div class=\"explain\">The specified user is not local; part of the text of the message will contain a forwarding address.<\/div>\n<div class=\"command\">552<\/div>\n<div class=\"explain\">The recipient mailbox is full. Try again later.<\/div>\n<div class=\"command\">553<\/div>\n<div class=\"explain\">The mail address that you specified was not syntactically correct.<\/div>\n<div class=\"command\">554<\/div>\n<div class=\"explain\">The mail transaction has encountered unknown errors.<\/div>\n<\/div>\n<div class=\"headline\">\n<h2>Typical SMTP conversation<\/h2>\n<\/div>\n<p>When you make a connection to a mail server, a typical conversation will look like below (<strong>BOLD<\/strong> indicates the replies from the server):<\/p>\n<div class=\"smtpconversation\">\n<div class=\"server\"><strong>220 mx1.example.com ESMTP Postfix<\/strong><\/div>\n<div>HELO example.com<\/div>\n<div class=\"server\"><strong>250 mx1.example.com<\/strong><\/div>\n<div>MAIL FROM:&lt;example@example.com&gt;<\/div>\n<div class=\"server\"><strong>250 2.1.0 Ok<\/strong><\/div>\n<div>RCPT TO:&lt;example2@example.com&gt;<\/div>\n<div class=\"server\"><strong>250 2.1.5 Ok<\/strong><\/div>\n<div>DATA<\/div>\n<div class=\"server\"><strong>354 End data with &lt;CR&gt;&lt;LF&gt;.&lt;CR&gt;&lt;LF&gt;<\/strong><\/div>\n<div>This is a test message.<\/div>\n<div>.<\/div>\n<div class=\"server\"><strong>250 2.0.0 Ok: queued as 4227FE00C<\/strong><\/div>\n<div>QUIT<\/div>\n<div class=\"server\"><strong>221 2.0.0 Bye<\/strong><\/div>\n<\/div>\n<div class=\"headline\">\n<h2>RFC references<\/h2>\n<\/div>\n<p>Read more about the RFC standards:<\/p>\n<ul>\n<li>RFC 821: <a href=\"https:\/\/tools.ietf.org\/html\/rfc821\" target=\"_blank\" rel=\"noopener\">https:\/\/tools.ietf.org\/html\/rfc821<\/a><\/li>\n<li>RFC 5321: <a href=\"https:\/\/tools.ietf.org\/html\/rfc5321\" target=\"_blank\" rel=\"noopener\">https:\/\/tools.ietf.org\/html\/rfc5321<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>What is SMTP? Simple Mail Transfer Protocol (SMTP) is an Internet standard for sending emails. The original specifications for SMTP [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_category":[69],"doc_tag":[],"class_list":["post-2160","docs","type-docs","status-publish","hentry","doc_category-technical-articles"],"year_month":"2026-05","word_count":693,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"mbv_editor","author_nicename":"mbv_editor","author_url":"https:\/\/www.mailboxvalidator.com\/resources\/author\/mbv_editor\/"},"doc_category_info":[{"term_name":"Technical Articles","term_url":"https:\/\/www.mailboxvalidator.com\/resources\/article-categories\/technical-articles\/"}],"doc_tag_info":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SMTP commands according to RFC -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SMTP commands according to RFC -\" \/>\n<meta property=\"og:description\" content=\"What is SMTP? Simple Mail Transfer Protocol (SMTP) is an Internet standard for sending emails. The original specifications for SMTP [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mailboxvalidator\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@MailBoxV\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/articles\\\/smtp-commands-rfc\\\/\",\"url\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/articles\\\/smtp-commands-rfc\\\/\",\"name\":\"SMTP commands according to RFC -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/articles\\\/smtp-commands-rfc\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/articles\\\/smtp-commands-rfc\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/mbv_articles_img24_smtp_rtc-600x300.png\",\"datePublished\":\"2017-08-21T00:00:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/articles\\\/smtp-commands-rfc\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/articles\\\/smtp-commands-rfc\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/articles\\\/smtp-commands-rfc\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/mbv_articles_img24_smtp_rtc.png\",\"contentUrl\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/mbv_articles_img24_smtp_rtc.png\",\"width\":1200,\"height\":600,\"caption\":\"SMTP commands according to RFC\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/articles\\\/smtp-commands-rfc\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledge Base\",\"item\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/articles\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SMTP commands according to RFC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/#website\",\"url\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/\",\"name\":\"MailboxValidator Articles\",\"description\":\"MailboxValidator Articles\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/#organization\",\"name\":\"MailboxValidator\",\"url\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/cropped-mailboxvalidator-fb-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/wp-content\\\/uploads\\\/2017\\\/11\\\/cropped-mailboxvalidator-fb-logo.png\",\"width\":1199,\"height\":399,\"caption\":\"MailboxValidator\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mailboxvalidator.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/mailboxvalidator\",\"https:\\\/\\\/x.com\\\/MailBoxV\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/mailboxvalidator\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/mailboxvalidator\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCesIP5V7nXRXthaqdjjfCFg\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SMTP commands according to RFC -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/","og_locale":"en_US","og_type":"article","og_title":"SMTP commands according to RFC -","og_description":"What is SMTP? Simple Mail Transfer Protocol (SMTP) is an Internet standard for sending emails. The original specifications for SMTP [&hellip;]","og_url":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/","article_publisher":"https:\/\/www.facebook.com\/mailboxvalidator","og_image":[{"width":1200,"height":600,"url":"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@MailBoxV","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/","url":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/","name":"SMTP commands according to RFC -","isPartOf":{"@id":"https:\/\/www.mailboxvalidator.com\/resources\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/#primaryimage"},"image":{"@id":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc-600x300.png","datePublished":"2017-08-21T00:00:00+00:00","breadcrumb":{"@id":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/#primaryimage","url":"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc.png","contentUrl":"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2020\/01\/mbv_articles_img24_smtp_rtc.png","width":1200,"height":600,"caption":"SMTP commands according to RFC"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/smtp-commands-rfc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mailboxvalidator.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Knowledge Base","item":"https:\/\/www.mailboxvalidator.com\/resources\/articles\/"},{"@type":"ListItem","position":3,"name":"SMTP commands according to RFC"}]},{"@type":"WebSite","@id":"https:\/\/www.mailboxvalidator.com\/resources\/#website","url":"https:\/\/www.mailboxvalidator.com\/resources\/","name":"MailboxValidator Articles","description":"MailboxValidator Articles","publisher":{"@id":"https:\/\/www.mailboxvalidator.com\/resources\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mailboxvalidator.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mailboxvalidator.com\/resources\/#organization","name":"MailboxValidator","url":"https:\/\/www.mailboxvalidator.com\/resources\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mailboxvalidator.com\/resources\/#\/schema\/logo\/image\/","url":"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2017\/11\/cropped-mailboxvalidator-fb-logo.png","contentUrl":"https:\/\/www.mailboxvalidator.com\/resources\/wp-content\/uploads\/2017\/11\/cropped-mailboxvalidator-fb-logo.png","width":1199,"height":399,"caption":"MailboxValidator"},"image":{"@id":"https:\/\/www.mailboxvalidator.com\/resources\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mailboxvalidator","https:\/\/x.com\/MailBoxV","https:\/\/www.linkedin.com\/company\/mailboxvalidator\/","https:\/\/www.pinterest.com\/mailboxvalidator\/","https:\/\/www.youtube.com\/channel\/UCesIP5V7nXRXthaqdjjfCFg"]}]}},"_links":{"self":[{"href":"https:\/\/www.mailboxvalidator.com\/resources\/wp-json\/wp\/v2\/docs\/2160","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mailboxvalidator.com\/resources\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/www.mailboxvalidator.com\/resources\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/www.mailboxvalidator.com\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mailboxvalidator.com\/resources\/wp-json\/wp\/v2\/comments?post=2160"}],"version-history":[{"count":0,"href":"https:\/\/www.mailboxvalidator.com\/resources\/wp-json\/wp\/v2\/docs\/2160\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.mailboxvalidator.com\/resources\/wp-json\/wp\/v2\/media?parent=2160"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/www.mailboxvalidator.com\/resources\/wp-json\/wp\/v2\/doc_category?post=2160"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/www.mailboxvalidator.com\/resources\/wp-json\/wp\/v2\/doc_tag?post=2160"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}