On May 1, 1:08 am, [EMAIL PROTECTED] wrote:
> I'm new to Python, but I've been thrown into coding a pretty
> complicated regression testing script. I need to email the log of the
> daily test to the code owners. I thought I could use SMTPHandler for
> this, but our email system requires authentic
> http://groups.google.com/group/comp.lang.python/browse_frm/thread/ef8...
That fairly old thread suggests that someone provide a patch, which
hasn't happened. Sorry I missed that thread - your requirement is a
reasonable one to be dealt with by the core. So I will look to
implement this functiona
En Mon, 30 Apr 2007 21:08:34 -0300, <[EMAIL PROTECTED]> escribió:
> I'm new to Python, but I've been thrown into coding a pretty
> complicated regression testing script. I need to email the log of the
> daily test to the code owners. I thought I could use SMTPHandler for
> this, but our email sy
I'm new to Python, but I've been thrown into coding a pretty
complicated regression testing script. I need to email the log of the
daily test to the code owners. I thought I could use SMTPHandler for
this, but our email system requires authentication. I have not been
able to figure out how to lo