Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 909 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 909 Bytes

Email Sender Using Python

Email sender is made to send email with attachments to multiple users at once whose datas are stored in a file which maybe .csv, .xlsx, etc.

This files are read by pandas and then sent using SMTP.

Requirements

Downloading the required modules.

pip install ssl
pip install pandas

Usage

  1. Go to this site and choose your gmail account and login APP Password

  2. Click on Select APP and then select Mail

  3. Click on Select Device and choose the device you will run the code on.

NOTE: We tested it on Windows Computer

  1. In the code write your email in sender_email.
  2. Write the generated APP Password in password.
  3. Make any other changes you want to make like adding more values to csv file, etc.
  4. Run the code

Authors

@diwas7777