This script helps to send HTML Mails to Bulk Emails
- Sends bulk email
- HTML Templates
- Responsive Email Design
- Server CoolDown
- Option to attach files to Template
- Open "main.py" file & Install all dependencies
- Open "DemoExcelFile.xlsx" file & fill your emails on sheet in "SrNo | Name | Email" Column format
- Use BeeFree Tool to create HTML Templates, then add file name in script
- Select "Manage your Google Account -> Security" & Turn on Less Secure Apps option
- Replace your EmailID & Password in the script
- Packages Used: Pandas(Read Excel Sheet), smtplib(Send Mail), email.message(Frame Msg), xlrd & openpyxl (handle Excel Files), time(Sleep Func)
- SMTP Limit: 1000 mails per day