|
From: <ba...@zo...> - 2003-01-16 00:17:06
|
>>>>> "MS" == Martin Schroeder <ma...@on...> writes:
>> The advantage of smtplib.SMTP is portability -- some platforms,
>> most notably Windows, do not have a sendmail binary in the
>> default path. The Perl version
MS> And some hosts have no smtp daemon running. :-{
What would be cooler would be to modify Python's smtplib module to
enable it to talk smtp-over-stdin, e.g. use sendmail's -bs command.
I wish I had time for this.
-Barry
|