From: Fred L. D. Jr. <fd...@ac...> - 2003-01-15 19:22:12
|
Klaus Johannes Rusch writes: > The advantage of smtplib.SMTP is portability -- some platforms, > most notably Windows, do not have a sendmail binary in the default There is a variable MAILHOST in the Python version that can be changed in the script to control this; it still requires an SMTP server to be available. This requires editing the script, but that's not a huge burden since it has to be copied into each repository anyway. -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Zope Corporation |