Email sending infrastructure (EML01) #39
Labels
No labels
bug
deferred
documentation
enhancement
feature
infra
integration
marketing
priority:high
priority:low
priority:medium
Pro
security
UX
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frank/cookslate#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No email sending capability exists. No mail(), PHPMailer, or SMTP config.\n\nBlocks: password reset (AUTH01), purchase receipts (PAY07).\n\nOptions: PHPMailer + SMTP relay (Mailgun/SES/Postmark), or Resend. Need DKIM/SPF/DMARC on sending domain (EML02).\n\nLaunch readiness: EML01 BLOCKER
BLOCKER: Email sending infrastructure (EML01)to Email sending infrastructure (EML01)Done in commit
c9391e2.api/services/EmailService.phpwraps the Resend APIRESEND_API_KEY,EMAIL_FROM,APP_URLfrom envcookslate.appverified at Resend (DKIM + SPF + DMARC live in Cloudflare)Future transactional emails (Stripe receipts, etc.) just
new EmailService()->send(...).