📄 send.test
字号:
// Comment line - ignored.// The ${ignore} macro accepts any single word element.S: 220 ${ignore} SMTP Server (JAMES SMTP Server 2.0a3-cvs) ready ${rfcDate}C: HELO localhostS: 250 ${ignore} Hello localhost (127.0.0.1 [127.0.0.1])// The ${from-address} and ${to-address} macros are NYI, but you get the idea.C: MAIL FROM: <${from-address}>S: 250 Sender <${from-address}> OKC: RCPT TO: <${to-address}>S: 250 Recipient <${to-address}> OKC: DATAS: 354 Ok Send data ending with <CRLF>.<CRLF>C: testC: .S: 250 Message receivedC: QUITS: 221 ${ignore} Service closing transmission channel
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -