Programming/기본 (Baisc)
[Protocol][SMTP] 메일 프로토콜 Telnet Command별 메시지
YH.Dream
2022. 4. 28. 01:05
[명령어 종합]
<entry key="smtp.cmd.auth">"AUTH Authentication service\n<mechanism> [initial-response] \n\t mechanism = a string identifying a SASL authentication mechanism,\n\t an optional base64-encoded response"</entry>
<entry key="smtp.cmd.data">DATA Following text is collected as the message.\nEnd data with <CR><LF>.<CR><LF></entry>
<entry key="smtp.cmd.ehlo">EHLO Introduce yourself.", "<hostname></entry>
<entry key="smtp.cmd.expand">EXPN The expn command.</entry>
<entry key="smtp.cmd.helo">HELO Introduce yourself.</entry>
<entry key="smtp.cmd.help">HELP The HELP command gives help info about the topic specified.\nFor a list of topics, type HELP by itself.</entry>
<entry key="smtp.cmd.mail">MAIL Specifies the sender. FROM: <sender> [ <parameters> ]"</entry>
<entry key="smtp.cmd.noop">NOOP The noop command</entry>
<entry key="smtp.cmd.quit">QUIT Exit the SMTP session.</entry>
<entry key="smtp.cmd.receipt">RCPT Specifies the recipient. Can be used any number of times.\nTO: <recipient> [ <parameters> ]</entry>
<entry key="smtp.cmd.reset">RSET Resets the system.</entry>
<entry key="smtp.cmd.starttls">STARTTLS The starttls command</entry>
<entry key="smtp.cmd.verify">VRFY The vrfy command.</entry>