Chrome extension for Gmail/Workspace users to alias emails at signup
Local-only alias generator, but Gmail's built-in plus addressing does 90% of this.

SMTP verification beats format checks, but Kickbox and ZeroBounce already own email validation SaaS.
Backend developers, SaaS founders, high-volume signup platforms
Kickbox · ZeroBounce · NeverBounce
It verifies email addresses at the SMTP level without sending an email. One API call returns whether the mailbox exists, is disposable, has a full inbox, or is a catch-all domain.
Install with npm install sniffmail, call validateEmail("[email protected]"), get a verdict.
REST API available for non-Node stacks.
What it checks: SMTP mailbox existence (connects to the mail server, confirms the address is real),
disposable/temporary email detection (Mailinator, 10 Minute Mail, Guerrilla Mail, etc.), full inbox detection, catch-all domain identification, and MX record validation.
Most validators only check format and DNS. This goes to the mail server and asks.
500 free verifications on signup, no credit card.
Would love feedback, especially on edge cases or providers it misses.
Local-only alias generator, but Gmail's built-in plus addressing does 90% of this.
Generates fix prompts for AI when imports fail, though VS Code catches most errors.
Email verification API when ZeroBounce and Hunter already dominate this space.
OTP extraction is nice but temp mail itself has 50+ free competitors.
Email risk-scoring at signup, but Kickbox, ZeroBounce, and NeverBounce already dominate.
Dockerizes pip builds to stop credential theft during install.