list

hooks

Hooks to be used to receive/send emails.

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

Latest commit: (2bebc83) by brian at 2024-01-29: Improved path handling

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.