An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Sending_multi_email
A Python Script to send emails to addresses stored in an Excel file

You will first have to install openpyxl library.

On your terminal:
pip install openpyxl

Note:

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/