list

hooks

Hooks to be used to receive/send emails.

curl -O https://dovel.email/hooks.tar.gz tar.gz

2a7261b

Author: brian (git@myr.sh)

Date: Tue Dec 26 20:07:43 2023 -0300

Parent: 5f560a5

Added readme

Diff

README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6ba6771
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+## How to use hooks
+
+The dovel server sends the mbox email as input the receiving hook. It doesn't
+run any check or sanitizes it, this up to the hook to decide.
+
+One good starting point is the receive-example.domain hook, that creates html
+pages for your email.
+
+Hooks can be any executable file that reads from standard input.
+