max_recipients_per_batch
Last updated March 2020
Name
max_recipients_per_batch — maximum number of recipients to send in a single outbound message transaction
Synopsis
max_recipients_per_batch = 100
Description
For a given multi-recipient message leaving the system, this configuration directive specifies the maximum number of recipients to be sent for a given batch.
The default value is 100
. For example, if a message has 200
recipients and max_recipients_per_batch
is set to 100
, then Momentum will attempt to deliver the message in two batches containing 100 recipients.
Scope
max_recipients_per_batch is valid in the binding, binding_group, domain and global scopes.
Was this page helpful?