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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A local SMTP server to test and debug your app's emails

4 点作者 jfoucher大约 6 年前

2 条评论

jfoucher大约 6 年前
Hi everyone. I just built this over a few days because viewing test emails in gmail is slow and also because I&#x27;m afraid the recipients might get test emails (in my case suppliers of the company I work for).<p>I didn&#x27;t want to use an external service such as mailtrap because I can&#x27;t have confidential information stored outside of our control. So over a couple of days mostly I developed this SMTP server and web interface to be able to test emails fuly locally.<p>I know the front end code is bloated and ugly but honestly I don&#x27;t really have the time to do any refactoring at this point !<p>Feedback is appreciated. Would you use this ?<p>Edited to add : Github repo is here : <a href="https:&#x2F;&#x2F;github.com&#x2F;jfoucher&#x2F;Mailocal" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jfoucher&#x2F;Mailocal</a>
franzwong大约 6 年前
I used Mailhog to test SMTP before. It provides API to get the emails, so I can write automated tests.
评论 #19272114 未加载