Aim The main aim of the project is to make an HTML Mail sender which would send mail to multiple recepients at a time.
Occasionally we need to send emails to more than one person. For eg: If you are in sales, marketing or recruitment field, then most of the times, you have to send a single email to multiple recipients and hence it was very important to build this project
Its a simple front end project which makes help of flask Libraries used: flask
- Go to app.py and type python app.py in the terminal, it will give a link
- Ctrl + click on the link and it will take you to the website
- give in all the details as said there
- Click send, your mail is sent to the mentioned recepients.
- Install python.
- Import the neccessary modules
- If you want to change the sender mail id, then go to app.py, in the app.config['MAIL_USERNAME'] section change the sender mail id and in the app.config['MAIL_PASSWORD'] section give in the password of the sender's mail id
- Go to app.py and type python app.py in the terminal, it will give a link
- Ctrl + click on the link and it will take you to the website
Dilrose Reji