[명령어 종합]
<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>
'Programming > 기본 (Baisc)' 카테고리의 다른 글
[Javascript][자바스크립트][Twitch] Twitch Iframe 방송 채팅 및 영상 동시 (0) | 2022.06.21 |
---|---|
Java Spring 에서 서버 재기동 및 원격 패치 (0) | 2022.05.14 |
[티맥스][Tmax] 미들웨어(MIddleware) TMAX JEUS 프로세스 모니터링 (0) | 2022.04.25 |
[JAVASCRIPT][JS] UserAgent 모바일 및 IOS 여부 Validate (0) | 2022.04.25 |
[JAVA][HttpClient] JDK 1.6에서 TLSv1.2 이상 사용법 (0) | 2022.04.21 |