Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line 45 #1

Open
AboTheeb opened this issue Dec 24, 2019 · 1 comment
Open

Line 45 #1

AboTheeb opened this issue Dec 24, 2019 · 1 comment

Comments

@AboTheeb
Copy link

Traceback (most recent call last):
File "Hellow.py", line 45, in
smtpserver.login(user, password)
File "/data/data/com.termux/files/usr/lib/python2.7/smtplib.py", line 611, in login
AUTH_PLAIN + " " + encode_plain(user, password))
File "/data/data/com.termux/files/usr/lib/python2.7/smtplib.py", line 395, in docmd
return self.getreply()
File "/data/data/com.termux/files/usr/lib/python2.7/smtplib.py", line 369, in getreply
raise SMTPServerDisconnected("Connection unexpectedly closed")
smtplib.SMTPServerDisconnected: Connection unexpectedly closed

@AboTheeb AboTheeb changed the title Traceback (most recent call last): File "Hellow.py", line 45, in <module> smtpserver.login(user, password) File "/data/data/com.termux/files/usr/lib/python2.7/smtplib.py", line 611, in login AUTH_PLAIN + " " + encode_plain(user, password)) File "/data/data/com.termux/files/usr/lib/python2.7/smtplib.py", line 395, in docmd return self.getreply() File "/data/data/com.termux/files/usr/lib/python2.7/smtplib.py", line 369, in getreply raise SMTPServerDisconnected("Connection unexpectedly closed") smtplib.SMTPServerDisconnected: Connection unexpectedly closed Line 45 Dec 24, 2019
@Joseph81271
Copy link

I am getting the same error. Did you fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants