End Goal: Create a user-friendly program that will send a personalized email to a large amount of people all at once.
Smaller goals for the project:
- Write a program that will send an email to an individual (COMPLETED: April 3, 2019)
- Write a program that will send emails to multiple people (COMPLETED: _________)
- Improve the code where the program will be able to personalize the email (COMPLETED: _________)
- Create a GUI for the program (COMPLETED: _________)
Other Comments:
I have done research on creating this program. I know that I will have to use the smtp and csv library in Python. I am fairly new to the language, so I have a lot to learn.