TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Get webmail link for any(ish) e-mail address

3 pointsby waterproof2 months ago
When building applications that use magic links or email verification, I kept being asked to implement a link that sends the user straight to their email client to see their newly arrived e-mail.<p>Haven&#x27;t found an existing tool for this, and the feature always gets bumped because it&#x27;s slightly too complex to comfortably implement and maintain on a client&#x27;s budget. So I finally threw one together this morning.<p>It&#x27;s pretty simple on the backend - just an MX record lookup and then a map from MX domains to webmail URLs.

no comments

no comments