ZZeroDropinzerodrop.hashnode.dev·3d ago · 5 min readClaude Code Built My SaaS But Couldn't Verify Signup EmailsI've been building with Claude Code for the past few months. It's genuinely changed how I work — I can ship features in hours that used to take days. But I hit a wall I didn't expect. Claude Code buil00
ZZeroDropinzerodrop.hashnode.dev·4d ago · 5 min readHow to E2E Test Mailgun Email Workflows in PlaywrightMailgun is a popular transactional email API trusted by developers for reliable delivery. But how do you test that your Mailgun emails actually arrive, contain the right content, and work end-to-end i00
ZZeroDropinzerodrop.hashnode.dev·5d ago · 5 min readHow to E2E Test Postmark Email Workflows in PlaywrightPostmark is known for fast, reliable transactional email delivery. But how do you test that your Postmark emails actually arrive, contain the right content, and work end-to-end in CI? This guide cover00
ZZeroDropinzerodrop.hashnode.dev·5d ago · 5 min readHow to E2E Test SendGrid Email Workflows in PlaywrightSendGrid powers transactional email for millions of applications. But how do you test that your SendGrid emails actually arrive, contain the right content, and work end-to-end in CI? This guide covers00
ZZeroDropinzerodrop.hashnode.dev·5d ago · 5 min readTesting Password Reset Flows End-to-End in Next.js with PlaywrightPassword reset is one of the most critical flows in any application. It's also one of the most commonly untested. The reason is always the same — the flow requires a real email. You click "Forgot pass00