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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Would E-mail work as a "simple" internal messaging system for my app?

1 点作者 brutuscat大约 12 年前
I'm building an app, where people can work with his team and they need an easy way to send messages each other.<p>It would be a good idea to setup an "internal" smtp server to send messages between them? Then I could use a lot of existing tools around that (smtp libs for an mobile app for example...)

2 条评论

attheodo大约 12 年前
If it should be "simple" and internal, no it wouldn't fit well. I wouldn't recommend it for any type of in-app communication actually. Depending on the architecture of the app you're about to build I pretty sure there are tons of more reliable and scalable solutions.
评论 #5407741 未加载
Piskvorrr大约 12 年前
How about using eXtensible Messaging and Presence Protocol (XMMP, a.k.a. Jabber) instead? That one at least doesn't have all the horrible historical baggage that e-mail is lugging around...because e-mail is anything <i>but</i> simple.
评论 #5407747 未加载