Updated today at 08:58

Commit: d57ce0c Show on GitHub

  • Author: RazanSagheer
  • Date: 3/11/2026, 11:46:01 AM
  • Message: feat(email): configure Resend for transactional magic link emails. #252 - Replace console fallback with Resend email provider - Set MAIL_FROM to no-reply@fdnd.nl using verified fdnd.nl domain - Add RESEND_API_KEY to environment variable - @athor added to the files. Refs: #252
  • Stats: 86 total changes (+83 / -3)

Changed Files

  • package-lock.json — +74 / -1 (75 changes)
  • package.json — +2 / -1 (3 changes)
  • src/hooks.server.ts — +1 / -0 (1 changes)
  • src/lib/server/email.js — +3 / -1 (4 changes)
  • src/routes/admin/+layout.server.js — +1 / -0 (1 changes)
  • src/routes/login/api/magic-link/+server.js — +1 / -0 (1 changes)
  • src/routes/login/magic-login/+server.js — +1 / -0 (1 changes)