The email_sender program is built on top of the Simple Mail Transfer Protocol (SMTP), making it easy for users to send emails to multiple recipients. Don't forget to customize the index.html template and add your credentials.
Installation:
- git clone
- cd email_sender/
Important: In order to be able to send email you will need to get an App Password from Gmail:
- Go to Google Accounts Page
- Turn on the 2-step verification.
- Security > App passwords https://i.stack.imgur.com/Vvl2H.png![image](https://user-images.githubusercontent.com/105520646/232308460-a5701487-0b35-431e-a8fa-4da26b7ff51b.png)
- Select "Other apps" from the app menu.
- Copy App Password and paste it to 'your_password'
- Paste your email adress to 'your_email'
Prep:
- Customize index.html for your needs
- Customize email_sender.py (Subject, From, Login, App Password, Email List)
Usage:
- python3 email_sender.py