Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 493 Bytes

File metadata and controls

24 lines (15 loc) · 493 Bytes

EmailScript

HackRPI 2025 Email Script

Sends personalized sponsorship emails via Outlook using a CSV file.

Setup

make sure you are on a windows OS and not using WSL (run this from powershell)

python -m venv .venv
.venv\Scripts\activate
pip install pandas pywin32

#Usage Add contacts to contacts.csv with columns: Contact Name, Company Name, Email.

#Run the script:

python "Name of Mail Script You Want To Send".py

if you get stuck text cjmarino1804 on discord