Re: logging SMTPHandler and Authentication

2007-05-01 Thread Vinay Sajip
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

Re: logging SMTPHandler and Authentication

2007-05-01 Thread Vinay Sajip
> 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

Re: logging SMTPHandler and Authentication

2007-04-30 Thread Gabriel Genellina
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

logging SMTPHandler and Authentication

2007-04-30 Thread james . p . news
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