blob: 2e6b567525937e55342fba4063c95ca4f0cfc5ac [file] [log] [blame]
=== HeadersToHTTP
Serialise the email and pass it to an HTTP call
Sample configuration:
....
<mailet match="All" class="HeadersToHTTP">
<url>http://192.168.0.252:3000/alarm</url>
<parameterKey>Test</parameterKey>
<parameterValue>ParameterValue</parameterValue>
<passThrough>true</passThrough>
</mailet>
....