backlog: mark task-1 (contact form) as Done

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-21 11:41:46 -07:00
parent 850b4e6a2f
commit a9e2bbabcf
1 changed files with 16 additions and 0 deletions

View File

@ -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
<!-- SECTION:DESCRIPTION:BEGIN -->
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.
<!-- SECTION:DESCRIPTION:END -->