Python - Send HTML-formatted email via Outlook 2007/2010 and win32com

前端 未结 1 1389
-上瘾入骨i
-上瘾入骨i 2020-12-29 12:29

Is there a way to send HTML-formatted email using Python\'s win32com.client (which utilizes Outlook 2007/2010). The format I\'m using now looks like this:

i         


        
相关标签:
1条回答
  • 2020-12-29 13:05

    This is the way to make the body in html format

    newMail.HTMLBody  = htmltext
    
    0 讨论(0)
提交回复
热议问题