- 授权协议: CPOL
- 开发语言: C/C++
- 操作系统: Windows
- 软件首页: http://www.codeproject.com/Articles/1873/MultiMail-Freeware-SMTP-stress-testing-tool
软件介绍
MultiMail 是一个 SMTP 服务器的压力测试工具。
示例测试代码:
CMimeMessage msg; msg.SetSender(strSender); msg.AddRecipient(strRecepient); //Optional msg.SetSubject(strSubject); msg.AddText(strBody); msg.AttachFile(strAttachFile); CSMTPConnection conn; conn.Connect(server); BOOL bSuccess = conn.SendMessage(msg); conn.Disconnect();
Eric Meyer on CSS
Eric Meyer / New Riders Press / 2002-7-8 / USD 55.00
There are several other books on the market that serve as in-depth technical guides or reference books for CSS. None, however, take a more hands-on approach and use practical examples to teach readers......一起来看看 《Eric Meyer on CSS》 这本书的介绍吧!
