Hey Group I have recently installed Logbook from PIP because I want to use the Mail Handler feature but I get exceptions when I try and use it. The problem I have is due to the following import:
from smtplib import SMTP, SMTP_PORT, SMTP_SSL_PORT this is in handlers.py line 1122 It's the SMTP_SSL_PORT that isn't found on smptplib. I'm on Python 2.5, but looking at the docs I can't see this attr in 2.6 or 2.7 either. Any ideas of what I have wrong? ta -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
