https://github.com/devrapture/Sending_multi_email
A Python Script to send emails to addresses stored in an Excel file
https://github.com/devrapture/Sending_multi_email
email-marketing email-sender excel python python-3
Last synced: 5 months ago
JSON representation
A Python Script to send emails to addresses stored in an Excel file
- Host: GitHub
- URL: https://github.com/devrapture/Sending_multi_email
- Owner: devrapture
- License: mit
- Created: 2018-12-14T12:23:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T07:02:42.000Z (almost 7 years ago)
- Last Synced: 2025-04-07T02:11:12.374Z (6 months ago)
- Topics: email-marketing, email-sender, excel, python, python-3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sending_multi_email
A Python Script to send emails to addresses stored in an Excel fileYou will first have to install openpyxl library.
On your terminal:
pip install openpyxlNote:
Before running this script,
Switch on less secure app on your gmail account here: https://myaccount.google.com/lesssecureapps
Valuable Resources:
How to send email with Python-
https://realpython.com/python-send-email/How to work with Excel file
https://coolpythoncodes.com/openpyxl-python-tutorial/