Re: Weird behavior with SMTP connections

2008-05-17 Thread Yuri Baburov
Hi, Florian Actually, I'm afraid you haven't got a change to look under a cover yet. Use The Source, Luke! self.connection = smtplib.SMTP(self.host, self.port, local_hostname=DNS_NAME.get_fqdn()) where self.host = host or

Re: Weird behavior with SMTP connections

2008-05-17 Thread Russell Keith-Magee
On Sat, May 17, 2008 at 4:07 PM, Florian Lindner <[EMAIL PROTECTED]> wrote: > > Well, really noboby interested in confirming or denying this behavior? Of course not. We _like_ having buggy software. Ignoring questions like yours is how we amuse ourselves. Please keep in mind that this is a

Re: Weird behavior with SMTP connections

2008-05-17 Thread Florian Lindner
Well, really noboby interested in confirming or denying this behavior? Am 14.05.2008 um 20:00 schrieb Florian Lindner: > > Hello, > > I'm experiencing some odd behavior with SMTP connections and the > functions to send mail. > > The relevant settings in my settings.py: > > ADMINS = ( >

Weird behavior with SMTP connections

2008-05-14 Thread Florian Lindner
Hello, I'm experiencing some odd behavior with SMTP connections and the functions to send mail. The relevant settings in my settings.py: ADMINS = ( ('Florian Lindner', '[EMAIL PROTECTED]'), ) EMAIL_HOST = "xgm.de" EMAIL_HOST_USER = "[EMAIL PROTECTED]" EMAIL_HOST_PASSWORD = "xxx" I use