blob: 93f7834ad78ab01d17c089d4c97f9e34a8e79fee [file] [log] [blame]
=== MailToAllUsers
A mailet that helps to email to all users in the system.
==== Sample configuration
[source,xml]
----
<matcher name="notify-matcher" match="org.apache.james.mailetcontainer.impl.matchers.And">
<matcher match="SenderIs=admin@gov.org"/>
<matcher match="RecipientIs=all@gov.org"/>
</matcher>
<mailet match="notify-matcher" class="MailToAllUsers"/>
----