This plugin provides a sink for email deliveries with a configurable delay (in milliseconds).
Follow the instructions in our manual to add our package repository and then run the below command.
apt-get install halon-extras-sink
yum install halon-extras-sink
Try([
"plugin" => [
"id" => "sink",
"arguments" => [
"delay" => random_number(100, 1000)
]
]
]);