DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
414 stars 187 forks source link

add automate emails #180

Closed avi-dey closed 11 months ago

avi-dey commented 11 months ago

Python script to automate emails

Description

this script can send multiple people emails with a subject and a body provided you're using a gmail address to send emails. modify the credentials in the script to suite your requirements.

How to use

you will need to enable your gmail SMTP settings to use Google mailing services from your script. you'll require a password that can login to your gmail to send emails from your account. How to enable gmail SMTP and get password

Automate everyday?

Closes #168