chore: add backlog task for SendGrid setup
Track remaining steps to finalize SendGrid integration: - Create account and API key - Verify sender domain - Configure Cloudflare Pages env vars - Test email delivery 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e3934509d4
commit
412f875c1f
|
|
@ -0,0 +1,15 @@
|
||||||
|
project_name: "Alert Bay Trumpeter"
|
||||||
|
default_status: "To Do"
|
||||||
|
statuses: ["To Do", "In Progress", "Done"]
|
||||||
|
labels: []
|
||||||
|
milestones: []
|
||||||
|
date_format: yyyy-mm-dd
|
||||||
|
max_column_width: 20
|
||||||
|
default_editor: "vim"
|
||||||
|
auto_open_browser: true
|
||||||
|
default_port: 6420
|
||||||
|
remote_operations: true
|
||||||
|
auto_commit: false
|
||||||
|
bypass_git_hooks: false
|
||||||
|
check_active_branches: true
|
||||||
|
active_branch_days: 30
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
id: task-1
|
||||||
|
title: Finalize SendGrid API connection for alertbaytrumpeter.com
|
||||||
|
status: To Do
|
||||||
|
assignee: []
|
||||||
|
created_date: '2025-12-06 14:37'
|
||||||
|
labels: []
|
||||||
|
dependencies: []
|
||||||
|
priority: high
|
||||||
|
---
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||||
|
Complete the SendGrid integration for the Alert Bay Trumpeter website notification emails
|
||||||
|
<!-- SECTION:DESCRIPTION:END -->
|
||||||
|
|
||||||
|
## Acceptance Criteria
|
||||||
|
<!-- AC:BEGIN -->
|
||||||
|
- [ ] #1 Create SendGrid account and generate API key
|
||||||
|
- [ ] #2 Verify sender domain (alertbaytrumpeter.com) in SendGrid
|
||||||
|
- [ ] #3 Add SENDGRID_API_KEY to Cloudflare Pages environment variables
|
||||||
|
- [ ] #4 Test email delivery with a real subscription
|
||||||
|
<!-- AC:END -->
|
||||||
Loading…
Reference in New Issue