Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 578 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 578 Bytes

Mass-email-sender

Configuration

First setup the 'CONFIG' file with email address, password, subject and message.

{
  "email": "[email protected]",
  "password": "yourPassword",
  "subject": "Subject of the email comes here",
  "message": "The email body comes here"
}

Next add list of receipient email addresses in mailing_list.txt file. One email per line.

$ cat mailing_list.txt
[email protected]
[email protected]

Running the script

$ python3 mailer.py

If there's no error then there's no problem