Hooks to be used to receive/send emails.
Author: brian (git@myr.sh)
Date: Tue Dec 26 20:07:43 2023 -0300
Parent: 5f560a5
Added readme
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. +