SMTP 压力测试工具 MultiMail

码农软件 · 软件分类 · 性能测试和优化 · 2019-11-27 14:29:47

软件介绍

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();

本文地址:https://codercto.com/soft/d/19910.html

Beginning Google Maps API 3

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》 这本书的介绍吧!

SHA 加密
SHA 加密

SHA 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具