2
Answers

Sending Email error in Python

Anil Kumar

Anil Kumar

7y
831
1
File "C:\Python27\lib\smtplib.py", line 368, in getreply
raise SMTPServerDisconnected("Connection unexpectedly closed")
SMTPServerDisconnected: Connection unexpectedly closed
 
I am geting above error while sending mutiple mail using pythen query..
i am geting this error after 3 mail continously send then this error reflect 
Answers (2)