Simple mass mailer written in python.
It uses SMTP to send email messages.
- Configurable delay between each mail
- HTML message.
- Target email list in simple txt file with configurable separator.
- Clone and unpack this repository
- Place your target emails in target_list.txt
- Customize your email message in message.json
- fill in the config.py according to your needs
- Run main.py file