We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd3916 commit 765aaabCopy full SHA for 765aaab
lib/vsc/utils/mail.py
@@ -115,6 +115,8 @@ def _connect(self):
115
context = ssl.create_default_context()
116
s.starttls(context=context)
117
logging.debug("Started TLS connection")
118
+ else:
119
+ s.connect()
120
121
if self.smtp_auth_user and self.smtp_auth_password:
122
s.login(user=self.smtp_auth_user, password=self.smtp_auth_password)
0 commit comments