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: A local SMTP server to test and debug your app's emails

4 pointsby jfoucherabout 6 years ago

2 comments

jfoucherabout 6 years ago
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>
franzwongabout 6 years ago
I used Mailhog to test SMTP before. It provides API to get the emails, so I can write automated tests.
评论 #19272114 未加载