-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper error handling #1
Comments
Reminder to self to take care of this. |
I just bumped into this.
Worst of all - that user is at line 32, but it says it sent 24 emails... So did those from line 24 to 32 get the email or not ? Would be great to fix this - at least by printing out who succesfully received the mail so I could remove them from the list. |
Would it be more useful to have the output look something like the following?
So you can grep the response and parse with other unix utilities? |
Yes :) |
Alright, cool. I'll try to take some time in the near future to Zach Latta http://zachlatta.com https://github.com/zachlatta On Tue, Oct 28, 2014, at 05:51 AM, Max Rydahl Andersen wrote:
Links: |
Right now the program just fails and exits if it encounters errors. Ideally it'd print out recipients that it failed on. Maybe write them to a CSV?
Might also be a good idea to parse templates before sending.
The text was updated successfully, but these errors were encountered: