主机“smtp”找不到
通过单击 MS Access 表单中的按钮发送邮件时,我收到以下错误
我正在使用 sendObject 使用 vba 代码发送邮件。
找不到主机“smtp”。 请确认您已输入 服务器名称正确。帐户: 'pop3',服务器:'smtp',协议: SMTP,端口:25,安全(SSL):否, 套接字错误:11001,错误号: 0x800CCC0D
注意事项:
我能够发送和接收邮件 在我看来;问题仅在于当 通过VBA访问发送邮件 应用程序。(意味着它不是一个 Outlook 客户端配置问题)
当我将 Vba 应用程序复制粘贴到另一台 PC 时,我可以 成功发送电子邮件,没有任何 错误。 (意味着这不是一个vba 访问应用程序问题)
请帮忙。
I am getting the following error while sending mail by click of a button in MS access form
I am using sendObject to send mail using vba code.
The host 'smtp' could not be found.
Please verify that you have entered
the server name correctly. Account:
'pop3', Server: 'smtp', Protocol:
SMTP, Port: 25, Secure(SSL): No,
Socket Error: 11001, Error Number:
0x800CCC0D
Points to note:
I am able to send and receive mails
in my outlook; Problem is only when
send mails through VBA access
application.(Means it is not a
outlook client configuration problem)When i copy paste the Vba application to another PC, i could
successfully send emails without any
error. (means this is not a vba
access application problem)
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要么 SMTP 服务器“smtp”可从您的第二台计算机而不是第一台计算机使用,要么在两台计算机之间移动时邮件设置和/或安全性发生一些更改。
您的 SMTP 服务器实际上称为“smtp”吗?
Either the SMTP server "smtp" is available from your second machine and not the first, or else there is some change to the mail settings and/or security when moving between the two machines.
Is your SMTP server actually called 'smtp'?