From f4498c119af72a96baf5f8ab9691f2b9c64d14c4 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Tue, 28 Feb 2023 11:38:25 -0800 Subject: [PATCH] Created Lua Examples (markdown) --- Lua-Examples.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Lua-Examples.md diff --git a/Lua-Examples.md b/Lua-Examples.md new file mode 100644 index 0000000..3d4f11e --- /dev/null +++ b/Lua-Examples.md @@ -0,0 +1,6 @@ +By default Inbucket will load `inbucket.lua`, but you may use the `INBUCKET_LUA_PATH` environment variable to change that. + +## Event trigger: after message stored + +Example prints details for each message stored to STDOUT. +