blob: 0ac2be5d3e1f503d240feeaad17361199ed133bd [file] [log] [blame]
=== SplitMail
A mailet to split email with too much recipients. The first batch is sent directly, while the remaining batches are sent asynchronously.
The batch size can be configured via the <b>batchSize</b> parameter (optional, defaults to 100).
==== Sample configuration
[source,xml]
----
<mailet match="notify-matcher" class="SplitMail">
<batchSize>100</batchSize>
</mailet>
----