- Timestamp:
- 11/07/08 21:55:12 (2 months ago)
- Files:
-
- 1 modified
-
trunk/turbomail/providers/smtp.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/turbomail/providers/smtp.py
r113 r115 32 32 self.user = self.config_get("mail.smtp.user", tm2_key='username') 33 33 self.password = self.config_get("mail.smtp.password") 34 self.tls = self.config_get("mail.smtp.tls" )34 self.tls = self.config_get("mail.smtp.tls", None) 35 35 self.debug = self.config_get("mail.smtp.debug", False) 36 36 # TODO: rename count - it needs a comment
