OI
owner-bugs

Email Templates

Bug report emails sent via Resend. Previews show the actual HTML recipients receive.

All Email Templates

Bug Report Confirmation

From: Owner Inspections <enquiries@ownerinspections.com.au>

Subject: Bug Report #{issueNumber} Received — {title}

On bug submission

Comment Notification

From: Owner Inspections <enquiries@ownerinspections.com.au>

Subject: New Comment on Your Bug Report

New comment on issue

Bug Resolved Notification

From: Owner Inspections <enquiries@ownerinspections.com.au>

Subject: Bug #{issueNumber} Resolved — {title}

GitHub issue closed

How It Works

Confirmation: User submits form → POST /api/report creates GitHub Issue → sends confirmation email (non-blocking).

Comments: GitHub webhook fires on new comment → extracts reporter email → sends comment notification.

Resolution: Team closes issue → webhook POST /api/webhook → HMAC-SHA256 verified → sends resolved email.