从 MS Access 数据库发送电子邮件,无需 Outlook
有没有办法在不使用 Outlook 的情况下从 Access 发送电子邮件。我知道的 DoCmd.SendObject
方法,其中您将参数之一设置为“电子邮件”,它将使用 Outlook 发送电子邮件,但该数据库将在工作楼层使用,员工都使用一台未安装 Outlook 的计算机上的人工帐户。还有其他选择吗?
Is there way send an email from Access without using Outlook. I know of theDoCmd.SendObject
method where you set one of the parameters to 'email' and it will use outlook to send the email, but this database is going to be used on the working floor where the employees all use a labor account with computers that don't have outlook installed on them. Is there another option?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 Tony Toews 的 Microsoft Access 电子邮件常见问题解答,了解多种替代方案。
See Tony Toews' Microsoft Access Email FAQ for several alternatives.