simple python script for gmail-automation, extract data from an excel-sheet (email, name columns) and apply email-automation on it
pip install pandas
pip install yagmail
git clone https://github.com/tsunami0x/email-automation.git
cd email-automation
python email-automation.py
[excel-sheet path]
[email subject text]
[email body (content) text] note!: first line is by default => Hello, {name} => example: Hello, Joe
[sender email address]
[sender password (app password not email password)]