diff --git a/backlog/tasks/task-1 - Wire-contact-form-to-Mailcow-email-relay.md b/backlog/tasks/task-1 - Wire-contact-form-to-Mailcow-email-relay.md new file mode 100644 index 0000000..8977d40 --- /dev/null +++ b/backlog/tasks/task-1 - Wire-contact-form-to-Mailcow-email-relay.md @@ -0,0 +1,16 @@ +--- +id: TASK-1 +title: Wire contact form to Mailcow email relay +status: Done +assignee: [] +created_date: '2026-02-17 00:07' +labels: [] +dependencies: [] +priority: medium +--- + +## Description + + +Replace the mailto: form action with a proper submission to the self-hosted email relay API at https://email-relay.jeffemmett.com/send. Use Bearer token auth. Form should POST name, email, festival name, expected attendance, and message. Show success/error feedback to the user. +