Some examples for integrating Flatfish into web / email. - form1.html is a simple HTML form. It calls… - post1a.py, a Python script. This calls the exapi interface for Flatfish and generates an email. - style.css is a minimal style file for form1.html. - apache-example-host.conf is a simple virtual host config. - add_entry_to_ticket.py is a simple demo of a ticket update. - flatfish.server is a possible systemd service file. This could be placed in ~user/.config/systemd/user/flatfish.service. Remember to do something like systemctl --user daemon-reload systemctl --user enable flatfish.service systemctl --user start flatfish.service Also make sure that loginctl enable-linger user has been used. For obvious reasons, account credentials, paths and passwords have been removed.