Send Personalized HTML Rich Email using data from CSV files. Made using python, smtplib, jinja2.
- step-1: download the contents of this repo as a zip file or clone it through cmd.
- step-2: inside the "email_template" folder create a HTML file containing your styled message (to add css styling add the <style> tage to the of your HTML file).
- step-3: download the csv file containing all your data and save it inside the script folder with any name you want.
- step-4: read further detailed instructions inside the "send_email.py" file.
Feel Free To Contribute!!!!