# newsletter/.env — copy this to .env and fill in your values # .env is gitignored. Never commit real credentials. # Resend — for preview emails (https://resend.com) RESEND_API_KEY=re_... # Beehiiv — for broadcast draft creation (https://app.beehiiv.com) BEEHIIV_API_KEY=... BEEHIIV_PUB_ID=pub_... # Sender identity (shown to subscribers in From: field) RESEND_FROM=Your Newsletter # Preview recipient — gets the test email when you run --preview PREVIEW_TO=you@yourdomain.com