Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sending email
#5
Hi,

I am actually new to python and programming...now i get to debug and i got the following error:

Error:
Traceback (most recent call last):   File "C:\Python27\Lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 326, in RunScript     exec codeObject in __main__.__dict__   File "C:\Users\rwahdan\Desktop\Keylogger\main.py", line 164, in <module>     server = smtplib.SMTP('smtp.gmail.com',465)   File "C:\Python27\lib\smtplib.py", line 256, in __init__     (code, msg) = self.connect(host, port)   File "C:\Python27\lib\smtplib.py", line 317, in connect     (code, msg) = self.getreply()   File "C:\Python27\lib\smtplib.py", line 368, in getreply     raise SMTPServerDisconnected("Connection unexpectedly closed") SMTPServerDisconnected: Connection unexpectedly closed
thanks
Reply


Messages In This Thread
sending email - by rwahdan - Jul-13-2017, 03:18 PM
RE: sending email - by Larz60+ - Jul-13-2017, 04:07 PM
RE: sending email - by rwahdan - Jul-13-2017, 05:12 PM
RE: sending email - by nilamo - Jul-13-2017, 05:24 PM
RE: sending email - by rwahdan - Jul-14-2017, 06:03 AM
RE: sending email - by rwahdan - Jul-14-2017, 04:08 AM
RE: sending email - by nilamo - Jul-14-2017, 03:22 PM
RE: sending email - by snippsat - Jul-14-2017, 07:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sending Out Email via Python JoeDainton123 1 4,889 Aug-31-2020, 12:54 AM
Last Post: nilamo
  Including a Variable In the HTML Tags When Sending An Email JoeDainton123 0 1,944 Aug-08-2020, 03:11 AM
Last Post: JoeDainton123
  Sending an email with attachment without using SMTP? PythonNPC 5 3,334 May-05-2020, 07:58 AM
Last Post: PythonNPC
  sending html file in email santoshi 3 6,637 Apr-05-2019, 03:59 PM
Last Post: nilamo
  sending email by exchangelib Caunnabeau 0 8,415 Sep-07-2018, 05:03 AM
Last Post: Caunnabeau
  Problem in sending email using python nhoh007 1 2,595 Aug-25-2018, 07:20 PM
Last Post: typic
  An email with inline jpg cannot be read by all email clients fpiraneo 4 4,156 Feb-25-2018, 07:17 PM
Last Post: fpiraneo
  Email - Send email using Windows Live Mail cyberzen 2 6,025 Apr-13-2017, 03:14 AM
Last Post: cyberzen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020