7tg / massMailerBCC

A Python 2 application for sending mails for bulk mail lists with bcc, also has Qt4 GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

massMailerBCC

This is a Python2 application for sending bulk mail list with bcc.

Getting Started

You can use either use GUI in qt folder or mainForBCC.py. The program supports only GMail for now and you have to edit your account settings from Link before using the app.

Prerequisites

-PyQt4(4.11.4)
-csv
-email
-time
-sys
-smtplib

Running

Mail list need to be in mail.txt in order to use GUI, and there is also USERFILE.csv that you need to edit before running the app. The mail you want to send need to be in html format, you can edit html_file.html.

Example USERFILE

username,example@example.com
password,yourPasswordHere
subject,mailSubjectHere
timeInterval,10 //Interval for program to wait
bcc,40 // You can add at most 80 BCC in a single mail

Example mail.txt

example@exapmle.com
example@exapmle.com
example@exapmle.com
example@exapmle.com

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A Python 2 application for sending mails for bulk mail lists with bcc, also has Qt4 GUI

License:MIT License


Languages

Language:Python 100.0%