Skip to content

Commit 38089c9

Browse files
committed
fix: connect happened in the init, do no connect again (to localhost)
1 parent 421e4b4 commit 38089c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/vsc/utils/mail.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ def _connect(self):
100100
s.login(user=self.smtp_auth_user, password=self.smtp_auth_password)
101101
logging.debug("Authenticated")
102102

103-
s.connect()
104-
105103
return s
106104

107105
def _send(self, mail_from, mail_to, mail_subject, msg):

0 commit comments

Comments
 (0)