Skip to content

mindphil/batch-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Outlook Email Automation

Send personalized emails with attachments directly from an Excel file.

Features

This script reads email data from an Excel spreadsheet using pandas, extracting the fields; Name, Email, Attachment Path, and CC for each contact. It validates attachment paths with Python’s os module to ensure the files exist before proceeding. With win32com.client, the script connects to Outlook and generates individual draft emails, preserving your default HTML signature. Each message is personalized with the recipient’s name, includes the relevant attachment, and is opened in Outlook for manual review, giving you the chance to double-check everything before sending.

Useage

After configuration, run from any terminal or active environment:

python program.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages