In article <[email protected]>, Ned Deily <[email protected]> wrote: > >Or on OS X it's not *too* difficult to set up a local host mailer using >the Apple-supplied prefix that would accept mail locally and forward it >to a more sophisticated remote mailer.
It's also not too difficult to do the moral equivalent with dnspython and find the MX host for the domain you're trying to send e-mail to; that usually does not require an encrypted connection. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ "I support family values -- Addams family values" --www.nancybuttons.com -- http://mail.python.org/mailman/listinfo/python-list
