Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/agentender/endermailer
- Owner: AgentEnder
- Created: 2018-01-19T21:17:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T02:36:44.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T17:04:45.373Z (3 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.