delta / mailer

Command line mail utility
MIT License
1 stars 5 forks source link

Fix requirements.txt. Add login usage to README. Fix empty-line-glitch in campaign.py #11

Closed thakkarparth007 closed 8 years ago

thakkarparth007 commented 8 years ago

A lot of this code (most of whatever is there in main.py) includes code written by Venkkatesh Sekar (Spockuto). Please consider merging his PR before mine, so that due credits are given to him for his work. In this PR, my contribution is just fixing requirements.txt, updating README and fixing a minor empty-line-glitch in campaign.py (where an empty line in a mailing-list file resulted in an error).

ssundarraj commented 8 years ago

@thakkarparth007 can you fix the merge conflicts please?

thakkarparth007 commented 8 years ago

@ssundarraj, done! I've also added user friendly error messages, and fixed some small bugs that had gone unnoticed before.