Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agentender/endermailer

Quick Project to ease up some strain when it comes to sending out mass emails.
https://github.com/agentender/endermailer

Last synced: about 1 month ago
JSON representation

Quick Project to ease up some strain when it comes to sending out mass emails.

Awesome Lists containing this project

README

        

# EnderMailer #
Quick Project to ease up some strain when it comes to sending out mass emails.

## emailbot.py ##
The actual product and script. Not the best organized, nor the best commented, but does what it is meant to do. Looks for the presence of config.txt in its own directory, and it must be there!

## config.txt ##
This is where you will need to configure your email settings, as well as point to the files for contacts and the message if you do not want to choose them at runtime.

## contacts.txt ##
File contacts are read from

## message.txt ##
Email is created from a straight text file.