SendMessage 命令和 SendMessage profile 命令
在 Server.Load 脚本中用于创建和发送邮件消息。
邮件中的随机正文文本使用与 CREATEFILE 中相同的方法创建。邮件收件人使用统一分发从源驱动程序系统上 Domino® 目录 (NAMES.NSF) 内的人员中进行选择。源驱动程序系统和 SUT 上的 Domino® 目录的所有副本都具有相同的内容。
语法
SendMessage <message_size> <num_recipients> <nth_iteration> <attachment>
其中:
- <message_size> -- 正文文本的大小(字节)
- <num_recipients> -- 将收到该消息的随机用户的数量
- <nth_iteration> -- 每 n 次脚本迭代发送一条消息
- <attachment> -- 要附加到消息中的文件的名称(可选)。假定文件位于 Notes® 数据目录中,否则需要提供驱动器/路径规格(例如,c:\mypath\myfile.txt)。
备用语法 - SendMessage profile
SendMessage 命令可以与指示器“profile”一起使用。
SendMessage profile <numMessageRecipients> <nth_iteration>
使用 SendMessage profile 命令,可以根据下表中列出的大小和分布百分比创建并发送不同大小的邮件:
消息体大小 |
附件大小(如果有) |
百分比 |
---|---|---|
500.00 |
10.00 |
|
10000.00 |
30.00 |
|
50000.00 |
40.00 |
|
50000.00 |
50000.00 |
10.00 |
150000.00 |
9.50 |
|
1000.00 |
10000000.00 |
0.50 |