|
| 1 | +# Bulk HTML Email Sender |
| 2 | + |
| 3 | +This script helps to send HTML Mails to Bulk Emails |
| 4 | + |
| 5 | +- Sends bulk email |
| 6 | +- [HTML Templates](https://beefree.io) |
| 7 | +- Responsive Email Design |
| 8 | +- Server CoolDown |
| 9 | +- Option to attach files to Template |
| 10 | + |
| 11 | +## Setup instructions |
| 12 | + |
| 13 | +- Open "main.py" file & Install all dependencies |
| 14 | +- Open "DemoExcelFile.xlsx" file & fill your emails on sheet in "SrNo | Name | Email" Column format |
| 15 | +- Use [BeeFree]() Tool to create HTML Templates, then add file name in script |
| 16 | +- Select "Manage your Google Account -> Security" & Turn on Less Secure Apps option |
| 17 | +- Replace your EmailID & Password in the script |
| 18 | + |
| 19 | + |
| 20 | +## Detailed explanation of script, if needed |
| 21 | +- Packages Used: Pandas(Read Excel Sheet), smtplib(Send Mail), email.message(Frame Msg), xlrd & openpyxl (handle Excel Files), time(Sleep Func) |
| 22 | + |
| 23 | +## Output |
| 24 | + |
| 25 | + |
| 26 | +## Author(s) |
| 27 | +[Dhanraj Chavan](https://github.com/dhanrajdc7) |
| 28 | + |
| 29 | +## Disclaimers |
| 30 | +- SMTP Limit: 1000 mails per day |
0 commit comments