TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Temp.now – A free temporary disposable email generator

45 点作者 Airyisland8 个月前
Yesterday I registered the domain temp.now. Today, I deployed a temporary email tool using open-source code, which is convenient for registering products and services. As long as you save the login credentials, you can keep the generated addresses indefinitely.<p>Enjoy!<p>EN URL: <a href="https:&#x2F;&#x2F;temp.now&#x2F;en&#x2F;" rel="nofollow">https:&#x2F;&#x2F;temp.now&#x2F;en&#x2F;</a>

4 条评论

lioeters8 个月前
Congrats for shipping! The website looks good, and it&#x27;s great that it&#x27;s open source.<p>From my first attempt, the UX flow could be improved: after verifying captcha and clicking &quot;Create new email&quot;, there was an error about the minimum number of characters (4) for the user name. This information could be included in the page description, instead of only in the error message.<p><pre><code> 400 Failed create address: Name too short (min 4) </code></pre> After the error, the second attempt with a longer user name failed with:<p><pre><code> 500 Failed to check cf turnstile </code></pre> That&#x27;s because the captcha still showed &quot;Success&quot; from the first attempt. So for the retry, the captcha needs to be renewed.<p>---<p>I&#x27;m curious to see if I can use this for a practical purpose, so the short domain name is perfect for remembering.<p>If it gets popular I imagine you&#x27;ll be fighting with various attempts at abusing the service. You&#x27;ll likely want rate limiting, deny lists, etc.
评论 #41730897 未加载
sagargandecha8 个月前
Looks clean and simple to use. One suggestion would be to widen your list of emails not allowed to be used - I&#x27;ve taken some to block them from being abused, but at a minimum I&#x27;d recommend blocking those listed in RFC 2142[1]<p>[1] <a href="https:&#x2F;&#x2F;www.rfc-editor.org&#x2F;rfc&#x2F;rfc2142" rel="nofollow">https:&#x2F;&#x2F;www.rfc-editor.org&#x2F;rfc&#x2F;rfc2142</a>
评论 #41730867 未加载
extraduder_ire8 个月前
Nice.<p>Keep in mind, like other disposable email providers, you&#x27;re going to need to add more domains if this becomes popular and gets blocked.
评论 #41730862 未加载
sloped8 个月前
I think a quick blurb about what this does, either above the form or in help, would be useful. It was not clear to me at all. I expected something related to weather based on the domain name. Had to visit the HN page to grok it.<p>Otherwise this is a great idea, love the idea of using temp.now as a temporary email address.
评论 #41730908 未加载