Python 调用 Outlook 发送邮件

微软 Office 提供基于 COM 接口的编程。Python 经过 pywin32 能够方便地调用各组件。若是下载和安装 pywin32 有困难,能够到 Sourceforge 的镜像网摘查找合适的版本。web import win32com.client as win32 def send_mail(): outlook = win32.Dispatch('Outlook.Appli
相关文章
相关标签/搜索