Skip to content

Instantly share code, notes, and snippets.

View CSONNECK's full-sized avatar

CSONNECK CSONNECK

  • Beauvais, Oise, France
View GitHub Profile
@vinovator
vinovator / OutlookMailer.py
Last active February 3, 2021 07:46
Sending mail from local machine using Python and win32com.client library
# OutlookMailer.py
# Python 2.7.6
import win32com.client as com
outlook = com.Dispatch("Outlook.Application")
"""
Source - https://msdn.microsoft.com/en-us/library/office/ff869291.aspx
Outlook VBA Reference