Tagged Questions
7
votes
2answers
151 views
Python Email Program
I've written this email program in Python, and I would like to get some feedback on it. (i.e. closing the server twice after the raw input, etc.)
...
3
votes
2answers
140 views
CSV email script efficiency
I'm tasked with getting emails from a .csv file and using them to submit a form. I am using the csv and mechanize Python libraries to achieve this.
...