匿名 SMTP 服务

发布于 2024-07-26 11:13:26 字数 159 浏览 15 评论 0原文

有人知道免费、匿名的 smtp 服务吗? 我想让我的应用程序的用户能够偶尔向我发送匿名电子邮件,而无需配置输入其电子邮件帐户的服务器。 我想我可以为此目的设置一个 Gmail 帐户并将凭据嵌入到应用程序中,但我希望这不是必需的。 如果它影响了您的答案,这是一个胖客户端(.NET 控制台)应用程序。

Does anyone know of a free, anonymous smtp service? I want to give users of my app the ability to occasionally send me an anon email without having to configure a server of enter their email account. I guess I could setup a gmail account for this purpose and embed the credentials in the app but I hope it won't be necessary. In case it sways your answer, this is a thick client (.NET Console) app.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

不羁少年 2024-08-02 11:13:26

我认为您所要求的称为开放中继

I think that what you're asking for is called an open relay.

划一舟意中人 2024-08-02 11:13:26

如果有这样的事情,岂不是立刻就被垃圾邮件发送者淹没了?

If there were such a thing, wouldn't it immediately be swamped by spammers?

别挽留 2024-08-02 11:13:26

您最好在网站上设置某种评论工具,该工具会向您发送一封电子邮件,其中包含用户提交的任何表单的内容。 然后,如果您做到了这一点,那么向您的应用程序添加一个自动发出完整 HTTP 请求(在后台对用户透明)的表单应该不难。

You might be better off setting up some kind of commenting tool on your website, that sends you an email with the contents of whatever form the user submits. Then if you go that far, it shouldn't be difficult to add a form to your app that automatically makes the full HTTP request (transparent to the user, in the background).

美人迟暮 2024-08-02 11:13:26

如果您运行自己的邮件服务器,则只需配置应用程序即可将邮件直接发送到该服务器。 如果您不想在自己的硬件上运行邮件托管,许多网络托管公司还提供邮件托管。 通过 Google Apps 为您的域提供 Gmail 可能是一个选项。 免费。 但他们的反垃圾邮件措施可能会阻止投递。 我认为最好有一个您可以控制的服务器。 但最重要的是,您不需要匿名 SMTP 中继服务器来完成工作。

If you run your own mail server, you can simply configure the app to deliver mail directly to it. Many web hosting companies also provide mail hosting if you don't want to run it on your own hardware. Gmail via Google Apps for your domain might be an option. It's free. But their anti-spam measures might prevent delivery. Better to have a server you can control, I think. Bottom line, though, is you don't need an anonymous SMTP relay server to get the job done.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文