Tagged “smtp”

1 post found.

Jul 30, 2026· 6 min read ·3 views

Email setup — Gmail + Cloudflare Email Routing

How `[email protected]` sends and receives mail, for free. Without this configured **members cannot self-register**: registration creates the account and issues a password-setup token, but the link never reaches anyone.

mailsmtp

1. How the app decides to send isMailConfigured() in src/lib/mailer.ts is the whole gate: Both SMTP HOST and SMTP FROM must be non empty. If either is missing, sendMail() returns e…