rswag-online/backend
Jeff Emmett c4857a0222 feat: add order confirmation and shipping notification emails
- EmailService with async SMTP via aiosmtplib (Mailcow)
- HTML email templates matching rSwag dark theme branding
- Order confirmation sent after successful Mollie payment
- Shipping notification with tracking info sent when POD ships
- Non-blocking: email failures logged but don't break order flow
- SMTP config: smtp_host, smtp_port, smtp_user, smtp_password in .env

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 23:33:22 -08:00
..
alembic feat: replace Stripe with Mollie payments + TBFF revenue split to bonding curve 2026-02-18 13:16:39 -07:00
app feat: add order confirmation and shipping notification emails 2026-02-24 23:33:22 -08:00
Dockerfile feat: wire rswag backend to pull secrets from Infisical at startup 2026-02-23 19:36:35 -08:00
alembic.ini Initial commit: rSwag - merch store for the rSpace ecosystem 2026-02-18 03:24:22 -07:00
entrypoint.sh feat: wire rswag backend to pull secrets from Infisical at startup 2026-02-23 19:36:35 -08:00
pyproject.toml feat: replace Stripe with Mollie payments + TBFF revenue split to bonding curve 2026-02-18 13:16:39 -07:00
requirements.txt feat: add order confirmation and shipping notification emails 2026-02-24 23:33:22 -08:00