id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 4931 notification with SMTP through SSL is not supported (fix included) info@… "Sending mail notifications does not work with SSL SMTP server. Python hangs (so does not raise an Error) on source:/trunk/trac/notification.py@4316#L278. This could be fixed using the ssmtplib from http://aleph-null.tv/downloads/ssmtplib.py The method 'beginSend' on source:/trunk/trac/notification.py@4316#L277.should be like: {{{ #!python def begin_send(self): if self._use_tls: self.server=ssmtplib.SMTP_SSL(self.smtp_server, self.smtp_port) else: self.server=ssmtplib.SMTP(self.smtp_server, self.smtp_port) if self.user_name: self.server.login(self.user_name, self.password) }}} " defect new normal next-major-releases notification 0.10.3 normal notification