SendSMTPMessage 命令

在 Server.Load 脚本中用于创建和发送 SMTP 邮件。

语法

SendSMTPMessage <message_size> <line_size> <num_recipients/recipient> <hostname> <domain> <client_host> <nth_iteration>

其中:

  • <message_size> -- 正文文本的大小(字节)
  • <line_size> -- 多行消息中每行的大小(字节)
  • <num_recipients> -- Domino® 目录中将收到该消息的随机用户的数量
  • <recipient> -- 收件人的电子邮件地址
  • <hostname> -- 运行 SMTP 侦听器的服务器的主机名
  • <domain> -- 接收方地址的用户域
  • <client_host> -- 客户机主机名
  • <nth_iteration> -- 每 n 次脚本迭代发送一条消息