SendSMTPMessage command

Used in a Server.Load script to create and send an SMTP mail message.

Syntax

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

Where:

  • <message_size> -- Size of body text in bytes
  • <line_size> -- Size in bytes of each line in a multi-line message
  • <num_recipients> -- Number of random users in the Domino® Directory to receive the message
  • <recipient> -- A recipient's e-mail address
  • <hostname> -- Host name of server running SMTP Listener
  • <domain> -- Domain of user for recipient addresses
  • <client_host> -- Client host name
  • <nth_iteration> -- Send a message every n script iterations