python兩種發郵件的方式smtp和outlook

smtp是直接調用163郵箱的smtp服務器,須要在163郵箱中設置一下。outlook發送就是python直接調用win32方式python 調用程序outlook直接發送郵件。服務器 import win32com.client as win32 import xlrd outlook = win32.Dispatch('outlook.application') mail = outlook
相關文章
相關標籤/搜索