Not really about python...

Jeff jam at quark.emich.edu
Tue Dec 14 13:23:40 EST 1999


On Tue, Dec 14, 1999 at 05:58:25PM +0000, Sposhua wrote:
> ...but this is the only newsgroup I go to.
> 
> I use Python for my CGI scripting and it looks like I'm gonna have to put
> something up on an NT (bleaj!) server. Any1 know the equivalent of Unix's
> sendmail on Windows? I doubt /usr/bin/sendmail works ;-)
> 
> Cheers
> 

I would suggest using the 'smtplib' module, and pointing at an appropriately
sanctioned host. this will solve the problem neatly and portably on unix and
on NT.

regards,
J
-- 
|| visit gfd <http://quark.emich.edu/>
|| psa member -- <http://www.python.org/psa/> 
|| New Image Systems & Services, Inc. <http://www.newimage.com/>




More information about the Python-list mailing list