- 授权协议: 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();
Beginning Google Maps API 3
Gabriel Svennerberg / Apress / 2010-07-27 / $39.99
This book is about the next generation of the Google Maps API. It will provide the reader with the skills and knowledge necessary to incorporate Google Maps v3 on web pages in both desktop and mobile ......一起来看看 《Beginning Google Maps API 3》 这本书的介绍吧!
