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 回反復するごとにメッセージを送信する