Skip to content

This is a python project that sends a formatted email to the group of people

Notifications You must be signed in to change notification settings

Zajjaj-Khan/Email_Sender_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Sender Using Python

Using a to_emails variable as a list to send an email to the group of people at once, Its a handly tool when it comes to emailing multiple people or clients

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

add your gmail username: MY_USERNAME add your gmail password: MY_PASSWORD

Python Libraries

import os #for .env file
import smtplib #smtp server connection
import MIMEText #text formattor for emails
import MIMEMultipart

About

This is a python project that sends a formatted email to the group of people

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages