hooks are easy if u understand a bit of php.
all u do is create a file with the appropriate name, and put it in the same folder as formmail.
formmail runs the code at the time specified by the file name
first, in formmail's config set:$HOOK_DIR = ".";
then upload a file called "fmhookprefinish.inc.php"
u can use other names (search formmail), but that's generally the one i use for end-of-form-processing extra code.
Bookmarks