如何制作一个电子邮件发送程序
我已经尝试了很多天来创建一个可以发送电子邮件的程序。但我所做的一切都使用了 SMTP 服务器。不幸的是,它在我的电脑上不起作用。所以我迫切需要一个替代方案。有人可以告诉我其他发送电子邮件的方式(没有 SMTP)。
谢谢!
I have been trying for many days to create a program that can send emails . But all that I made used an SMTP Server. And unfortunately, it doesn't work on my computer. SO I desperately need an alternative. Could somebody tell me some other way to send emails ( without SMTP).
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这真的与你的电脑无关吗?您确定了 SMTP 服务器和主机吗?用户名和密码?实际上,一切都由您的 SMTP 服务器决定,除非您通过自己的服务器使用自己的 SMTP 服务器和 pop3 服务器发送...例如,如果您从 .asp 页面或 .php 页面发送,如果您doymain 提供 ua 免费网络邮件,然后很容易发送电子邮件,但如果它是桌面应用程序,您要么需要自己的网络邮件托管帐户,要么需要 google 或 yahoo 的 SMTP 服务器...
这不是计算机的问题...再次检查...
it really is not about ur computer? did u determine the SMTP server and host right? username and password? actually, everything is determined by ur SMTP server, unless ur sending it with ur own SMTP server and pop3 server via ur own server... for example, if ur sending it from a .asp page, or a .php page, if ur doymain gives u a free webmail then its easy to send an email, but if its a desktop application, u either need ur own webmail hosting account, or an SMTP server of google or yahoo...
its not whats wrong with the computer... check again...
所以你'我想发送一些电子邮件...
So You'd Like to Send Some Email...