mail-nightly-build.py needs smtp auth
From: Carl Karsten <carl_at_personnelware.com>
Date: 2005-06-10 06:29:31 CEST
I have a box for testing, but it can't send the logs to breakage because it needs
Here is the current code:
server = smtplib.SMTP(SMTP_server)
This is what needs to be added:
11.12.1 SMTP Objects: login( user, password) "Log in on an SMTP server that
But I am not sure how to do it so that it doesn't break the current servers that
So can someone run this in for me?
Carl K
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.