Skip to content

Latest commit

 

History

History
executable file
·
14 lines (8 loc) · 529 Bytes

README.md

File metadata and controls

executable file
·
14 lines (8 loc) · 529 Bytes

Sending Bulk Email Using Python

This program is meant to send personalized emails to multiple recipients, i.e., when you want to send an email to multiple recipients where each recipient shall not see the other recipients. Read more on https://medium.com/@sisayie/sending-bulk-email-from-python-e655b222bda4

Prerequisites

You need python3 installed in oder to run this program

Usage

app.py -c <config_file> -a <addresses_file> -m <message_file>

License

This project is licensed under the MIT License