We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8363693 commit bb900adCopy full SHA for bb900ad
sender.py
@@ -22,8 +22,6 @@ def __init__(self,
22
self.password = password or os.environ.get('PYMS_PASSWORD')
23
self.host = host
24
self.port = port
25
- print(self.host)
26
- print(self.port)
27
self.smtpserver = smtplib.SMTP_SSL(self.host, self.port)
28
29
def connect(self):
0 commit comments