This code helps automate the process of sending mail to large audience.It takes email addresses stored in the CSV file.
Modules required are os , email.mime , smtplib , pandas.
These are listed in requirements.txt . USe the below command to install these dependencies.
pip install requirements.txt
- Update the
from_addrandpd.read_csv("filepath") - Assign
emailwith your email-id &passwordwith your e-mail password. - Run script