1
vote
Sending mail via sendmail from python
It's quite common to just use the sendmail command from Python using os.popen
Personally, for scripts i didn't write myself, I thin just using the smtp protocol is better, since it wouldn't …
