Skip to content

Files

Latest commit

da94536 Β· Jul 7, 2023

History

History
20 lines (11 loc) Β· 549 Bytes

File metadata and controls

20 lines (11 loc) Β· 549 Bytes

Automated Mailing

Description

This code helps automate the process of sending mail to large audience.It takes email addresses stored in the CSV file.

Languages or Frameworks Used

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

How to run

  • Update the from_addr and pd.read_csv("filepath")
  • Assign email with your email-id & password with your e-mail password.
  • Run script