B
Brad Tilley
Anyone know of a small Python script that acts as a slimmed down smtp
server (just sends from the local machine)? I currently use a smtp
server for sending email reports from machines, but as machines travel
outside of our lan, the smtp server refuses to relay their messages. So,
I thought it would be better if each machine had its own little mail
sender this way, it could continue reporting no matter where it was located.
These are all Windows machines... is there a Windows equivalent to
'stdin | mail -s "Subject" (e-mail address removed)' that comes on most Unix
machines?
server (just sends from the local machine)? I currently use a smtp
server for sending email reports from machines, but as machines travel
outside of our lan, the smtp server refuses to relay their messages. So,
I thought it would be better if each machine had its own little mail
sender this way, it could continue reporting no matter where it was located.
These are all Windows machines... is there a Windows equivalent to
'stdin | mail -s "Subject" (e-mail address removed)' that comes on most Unix
machines?