如何通过 gprs 发送电子邮件?

发布于 2024-08-22 17:27:43 字数 82 浏览 5 评论 0原文

如何通过 Windows Mobile 6.x 下的移动设备通过 gprs 向服务器发送电子邮件(连接到...无论如何,如果可以发送/接收电子邮件)。

How can I send email over gprs from a mobile device under Windows Mobile 6.x to a server (connected to ... whatever, if email can be sent/received).

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

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

发布评论

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

评论(2

維他命╮ 2024-08-29 17:27:43

您需要连接到 SMTP 服务器。通常,GPRS 提供商会提供您可以使用的一种。如果您想真正独立,请设置您自己的 SMTP 服务器,或使用其他人的。请注意,因为一些 GPRS 提供商会阻止端口 25,以减少垃圾邮件。

一种选择是设置某种代理。假设您的应用程序连接到 Web 服务器上的一个 php 页面,并为您发送电子邮件。只要确保它是安全的。

You need to connect to an SMTP server. Typically the GPRS provider will have one you can use. If you want to be truly independent, then set up your own SMTP server, or use somebody else's. Watch out, because some GPRS providers will block port 25, to reduce spam.

One option is to set up some kind of proxy. Say a php page on your web server that your app connects to, and sends the e-mail for you. Just make sure it's secure.

山人契 2024-08-29 17:27:43

查看 PocketOutlook 命名空间,特别是 EmailMessage.Send 方法。

Have a look at the PocketOutlook namespace and specifically to the EmailMessage.Send method.

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