readme

来自「smtp客户端工具源代码。」· 代码 · 共 27 行

TXT
27
字号
   ____  __  _ _____ ____     _ _            _     / ___||  \/ |_   _|  _ \___| (_) ___ _ __ | |_   \___ \| |\/| || | | |_)/ __| | |/ _ \ '_ \| __|   ___) | |  | || | |  _| (__| | |  __/ | | | |_   |____/|_|  |_||_| |_|  \___|_|_|\___|_| |_|\__|                                                   SMTPclient -- simple SMTP client  This program is a minimal SMTP client that takes an email  message body and passes it on to a SMTP server (default is the  MTA on the local host). Since it is completely self-supporting,  it is especially suitable for use in restricted environments.  Version 1.0.0 (22-10-1997)  The latest release can be found on  http://www.engelschall.com/sw/smtpclient/  Copyright (c) 1997 Ralf S. Engelschall, All rights reserved.  Look at the file LICENSE for detailed license information.                              Ralf S. Engelschall                              rse@engelschall.com                              www.engelschall.com

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?