Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Python equivalent of Unix Sendmail
no vote
This simple python script allow to pipe a SMTP formatted text into it, quite like sendmail work in Unix, but will works crossed platform thanks to Python. Example usage under windows: type mymail.txt | python sendmail.py sendmail.cfg The sendmail.cfg file provided is an example on how to set target SMTP host and port. Tested working with Python 2.7.6.
aquedesin
2016-08-23
0
1
No more~