We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58f9e72 + 05ec032 commit 3186b4aCopy full SHA for 3186b4a
JARVIS/JARVIS.py
@@ -49,7 +49,7 @@ def speak_news():
49
speak('These were the top headlines, Have a nice day Sir!!..')
50
51
52
-def sendEmail(do, content):
+def sendEmail(to, content):
53
server = smtplib.SMTP('smtp.gmail.com', 587)
54
server.ehlo()
55
server.starttls()
0 commit comments