Skip to content

halon-extras/sink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sink email delivery plugin

This plugin provides a sink for email deliveries with a configurable delay (in milliseconds).

Installation

Follow the instructions in our manual to add our package repository and then run the below command.

Ubuntu

apt-get install halon-extras-sink

RHEL

yum install halon-extras-sink

Configuration

Pre-delivery script hook

Try([
    "plugin" => [
        "id" => "sink",
        "arguments" => [
            "delay" => random_number(100, 1000)
        ]
    ]
]);

About

Sink email delivery plugin

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors