We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f5500 commit 43013e9Copy full SHA for 43013e9
emailpython.py
@@ -19,5 +19,4 @@
19
text = message.as_string()
20
session.sendmail(sender_address, receiver_address, text)
21
session.quit()
22
-#print(text)
23
print('Mail Sent')
0 commit comments