mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 10:08:56 +00:00
Basic usage is as simple as:
```lua
local log_hooks = require 'policy-extras.log_hooks'
log_hooks:new_json {
name = "webhook",
url = "http://10.0.0.1:4242/log",
}
```