如何使用 Windows 脚本通过 SMTP 服务器发送电子邮件?
我是 Windows 脚本编写新手。 我在 此处 看到了有关在 Exchange 服务器上发送电子邮件的帖子,但是我的情况有点不同。
我们需要能够使用在我们的任何网络中配置的任何 SMTP 服务器从 Windows 脚本发送邮件。 你能帮忙吗?
- IM_IBM
I am new to Windows scripting. I saw the post on sending email on an Exchange server from WScript here, but my scenario is a little different.
We need to be able to send the mail using any SMTP server configured in any of our networks from the Windows Script. Can you please help?
- IM_IBM
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您参考问题中提供的解决方案实际上适用于任何 SMTP 服务器。 请查看以下链接,其中解释了如何使用 CDOSYS:
ASP 使用 CDOSYS 发送电子邮件 ( W3Schools)
使用端口 25 发送 SMTP 邮件CDOSYS (MSDN)
凯夫
The solution provided in the question you refer to will actually work with any SMTP server. Take a look at the following links which explain how to use CDOSYS:
ASP Sending e-mail with CDOSYS (W3Schools)
Sending SMTP Mail by Port 25 Using CDOSYS (MSDN)
Kev